Share via


VsaEngine.CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace メソッド

定義

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

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 static Microsoft::JScript::GlobalScope ^ CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace(bool fast, cli::array <System::String ^> ^ assemblyNames, RuntimeTypeHandle callingTypeHandle, System::String ^ rootNamespace);
public static Microsoft.JScript.GlobalScope CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace (bool fast, string[] assemblyNames, RuntimeTypeHandle callingTypeHandle, string rootNamespace);
static member CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace : bool * string[] * RuntimeTypeHandle * string -> Microsoft.JScript.GlobalScope
Public Shared Function CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace (fast As Boolean, assemblyNames As String(), callingTypeHandle As RuntimeTypeHandle, rootNamespace As String) As GlobalScope

パラメーター

fast
Boolean

高速モードである場合は true。それ以外の場合は false

assemblyNames
String[]

アセンブリ名の配列。

callingTypeHandle
RuntimeTypeHandle

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

rootNamespace
String

ルート名前空間。

戻り値

グローバル スコープ。

適用対象