VsaEngine.CreateEngineAndGetGlobalScopeWithType メソッド

定義

エンジンを作成し、呼び出し元の型のハンドルと共にグローバル スコープを返します。

この 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

呼び出し元の型のハンドル。

戻り値

GlobalScope

グローバル スコープ。

適用対象