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(Boolean)
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,则指示快速模式;否则为 false。true to indicate fast mode; otherwise, false.