共用方式為


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

新引擎。

適用於