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

呼叫型式的handle。

傳回

全球視野。

適用於