VsaEngine.CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace Methode

Definitie

Hiermee maakt u de engine en retourneert u het globale bereik met de aanroepende typegreep en de hoofdnaamruimte.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

fast
Boolean

true om de snelle modus aan te geven; anders, false.

assemblyNames
String[]

Een matrix met assemblynamen.

callingTypeHandle
RuntimeTypeHandle

De handle voor het aanroepende type.

rootNamespace
String

De hoofdnaamruimte.

Retouren

Het globale bereik.

Van toepassing op