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
调用类型句柄。
返回
全局范围。