VsaEngine.CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace Methode

Definition

Mit dieser Methode wird die Engine erstellt und der globale Gültigkeitsbereich mit dem aufrufenden Typhandle und Stammnamespace zurückgegeben.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

fast
Boolean

true, um den schnellen Modus anzugeben, andernfalls false.

assemblyNames
String[]

Dies ist ein Array von Assemblynamen.

callingTypeHandle
RuntimeTypeHandle

Dies ist das aufrufende Typhandle.

rootNamespace
String

Der Stammnamespace.

Gibt zurück

Der globale Bereich.

Gilt für: