VsaEngine.CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建引擎,并返回具有调用类型句柄和根命名空间的全局范围。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
static Microsoft::JScript::GlobalScope ^ CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace(bool fast, cli::array <System::String ^> ^ assemblyNames, RuntimeTypeHandle callingTypeHandle, System::String ^ rootNamespace);
public static Microsoft.JScript.GlobalScope CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace (bool fast, string[] assemblyNames, RuntimeTypeHandle callingTypeHandle, string rootNamespace);
static member CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace : bool * string[] * RuntimeTypeHandle * string -> Microsoft.JScript.GlobalScope
Public Shared Function CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace (fast As Boolean, assemblyNames As String(), callingTypeHandle As RuntimeTypeHandle, rootNamespace As String) As GlobalScope
参数
- fast
- Boolean
如果为 true
,则指示快速模式;否则为 false
。
- assemblyNames
- String[]
程序集名称的数组。
- callingTypeHandle
- RuntimeTypeHandle
调用类型句柄。
- rootNamespace
- String
根命名空间。
返回
全局范围。