VsaEngine.CreateEngineWithType(RuntimeTypeHandle) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した型を使用してエンジンを作成します。
この 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
呼び出し元の型のハンドル。
戻り値
新しいエンジン。