VsaEngine.CreateEngineAndGetGlobalScopeWithType Yöntem

Tanım

Altyapıyı oluşturur ve çağrı türü tutamacı 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ı modu göstermek için; aksi takdirde , false.

assemblyNames
String[]

Derleme adları dizisi.

callingTypeHandle
RuntimeTypeHandle

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

Döndürülenler

Genel kapsam.

Şunlara uygulanır