VsaEngine.CreateEngineAndGetGlobalScopeWithType Methode

Definitie

Hiermee maakt u de engine en retourneert u het globale bereik met de aanroeptypegreep.

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

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

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.

Retouren

Het globale bereik.

Van toepassing op