VsaEngine.CreateEngineAndGetGlobalScopeWithType Metódus

Definíció

Létrehozza a motort, és visszaadja a globális hatókört a hívótípus-leíróval.

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

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

Paraméterek

fast
Boolean

truegyors mód jelzése; egyéb esetben. false

assemblyNames
String[]

Szerelvénynevek tömbje.

callingTypeHandle
RuntimeTypeHandle

A hívótípus leírója.

Válaszok

A globális hatókör.

A következőre érvényes: