共用方式為


VsaEngine.CreateEngineAndGetGlobalScopeWithType 方法

定義

建立引擎,並傳回具有呼叫類型控制代碼的全域範圍。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

fast
Boolean

true 表示快速模式;否則為 false

assemblyNames
String[]

組件名稱的陣列。

callingTypeHandle
RuntimeTypeHandle

呼叫類型控制代碼。

傳回

GlobalScope

全域範圍。

適用於