Share via


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

新しいエンジン。

適用対象