Bahasa

VsaEngine.CreateEngineAndGetGlobalScopeWithType Metode

Definisi

Membuat mesin dan mengembalikan cakupan global dengan handel jenis panggilan.

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

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

true untuk menunjukkan mode cepat; jika tidak, false.

assemblyNames
String[]

Array nama rakitan.

callingTypeHandle
RuntimeTypeHandle

Handel jenis panggilan.

Mengembalikan

Cakupan global.

Berlaku untuk