VsaEngine 构造函数

定义

对脚本引擎,此类、成员或属性在内部,且不应从您的代码中调用。This class, member, or property is internal to the script engine and should not be called from your code.

重载

VsaEngine()

此 API 支持产品基础结构,不能在代码中直接使用。

初始化 VsaEngine 类的新实例。Initializes a new instance of the VsaEngine class.

VsaEngine(Boolean)

此 API 支持产品基础结构,不能在代码中直接使用。

初始化 VsaEngine 类的新实例,并可以选择性地设置快速模式。Initializes a new instance of the VsaEngine class and optionally sets fast mode.

VsaEngine()

初始化 VsaEngine 类的新实例。Initializes a new instance of the VsaEngine class.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 VsaEngine();
public VsaEngine ();
Public Sub New ()

适用于

VsaEngine(Boolean)

初始化 VsaEngine 类的新实例,并可以选择性地设置快速模式。Initializes a new instance of the VsaEngine class and optionally sets fast mode.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 VsaEngine(bool fast);
public VsaEngine (bool fast);
new Microsoft.JScript.Vsa.VsaEngine : bool -> Microsoft.JScript.Vsa.VsaEngine
Public Sub New (fast As Boolean)

参数

fast
Boolean

如果为 true,则指示快速模式;否则为 falsetrue to indicate fast mode; otherwise, false.

适用于