VsaEngine.CreateEngineAndGetGlobalScopeWithType 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立引擎,並傳回具有呼叫類型控制代碼的全域範圍。
此 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
呼叫類型控制代碼。
傳回
全域範圍。