VsaEngine.CreateEngineAndGetGlobalScopeWithType メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エンジンを作成し、呼び出し元の型のハンドルと共にグローバル スコープを返します。
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
public:
static Microsoft::JScript::GlobalScope ^ CreateEngineAndGetGlobalScopeWithType(bool fast, cli::array <System::String ^> ^ assemblyNames, RuntimeTypeHandle callingTypeHandle);
public static Microsoft.JScript.GlobalScope CreateEngineAndGetGlobalScopeWithType (bool fast, string[] assemblyNames, RuntimeTypeHandle callingTypeHandle);
static member CreateEngineAndGetGlobalScopeWithType : bool * string[] * RuntimeTypeHandle -> Microsoft.JScript.GlobalScope
Public Shared Function CreateEngineAndGetGlobalScopeWithType (fast As Boolean, assemblyNames As String(), callingTypeHandle As RuntimeTypeHandle) As GlobalScope
パラメーター
- fast
- Boolean
高速モードである場合は true
。それ以外の場合は false
。
- assemblyNames
- String[]
アセンブリ名の配列。
- callingTypeHandle
- RuntimeTypeHandle
呼び出し元の型のハンドル。
戻り値
グローバル スコープ。