VsaEngine.CreateEngineAndGetGlobalScopeWithType Methode

Definition

Erstellt das Modul und gibt den globalen Bereich mit dem Aufruftyphandle zurück.

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

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

Parameter

fast
Boolean

truezur Angabe des schnellen Modus; andernfalls . false

assemblyNames
String[]

Ein Array von Assemblynamen.

callingTypeHandle
RuntimeTypeHandle

Das Anruftyphandle.

Gibt zurück

Der globale Bereich.

Gilt für: