Aracılığıyla paylaş


VsaEngine.CreateEngineAndGetGlobalScopeWithType Yöntem

Tanım

Altyapısını oluşturur ve çağıran tür tanıtıcısı ile genel kapsamı döndürür.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

fast
Boolean

true hızlı modunu göstermek için; Aksi takdirde, false .

assemblyNames
String[]

Derleme adlarından oluşan bir dizi.

callingTypeHandle
RuntimeTypeHandle

Çağıran tür tanıtıcısı.

Döndürülenler

GlobalScope

Genel kapsam.

Şunlara uygulanır