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

ルート名前空間。

返品

グローバル スコープ。

適用対象