VsaEngine.CreateEngineWithType(RuntimeTypeHandle) 方法

定义

使用指定的类型创建引擎。

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

public:
 static Microsoft::JScript::Vsa::VsaEngine ^ CreateEngineWithType(RuntimeTypeHandle callingTypeHandle);
public static Microsoft.JScript.Vsa.VsaEngine CreateEngineWithType (RuntimeTypeHandle callingTypeHandle);
static member CreateEngineWithType : RuntimeTypeHandle -> Microsoft.JScript.Vsa.VsaEngine
Public Shared Function CreateEngineWithType (callingTypeHandle As RuntimeTypeHandle) As VsaEngine

参数

callingTypeHandle
RuntimeTypeHandle

调用类型句柄。

返回

VsaEngine

新引擎。

适用于