ICLRControl::SetAppDomainManagerType 方法

将从 AppDomainManager 派生的类型设置为应用程序域管理器的类型。

HRESULT SetAppDomainManagerType (
    [in] LPCWSTR pwzAppDomainManagerAssembly,
    [in] LPCWSTR pwzAppDomainManagerType
);

参数

  • pwzAppDomainManagerAssembly
    [in] 程序集的名称,请求的类型(从 AppDomainManager 派生)在该程序集中实现。

  • pwzAppDomainManagerType
    [in] 在实现 AppDomainManager 的功能的 pwzAppDomainManagerAssembly 参数中实现的类型名称。

返回值

HRESULT

说明

S_OK

该方法已成功返回。

HOST_E_CLRNOTAVAILABLE

公共语言运行时 (CLR) 尚未加载到进程中或者处于无法运行托管代码或成功处理调用的状态。

HOST_E_TIMEOUT

调用超时。

HOST_E_NOT_OWNER

调用方不拥有锁。

HOST_E_ABANDONED

事件在被阻止的线程或纤程正在等待它时被取消。

E_FAIL

发生了未知的灾难性故障。 在某方法返回 E_FAIL 后,CLR 便无法再在进程中使用。 对宿主方法的后续调用都将返回 HOST_E_CLRNOTAVAILABLE。

要求

**平台:**请参见 .NET Framework 系统要求

**头文件:**MSCorEE.h

**库:**作为一项资源包含在 MSCorEE.dll 中

**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

请参见

参考

ICLRControl 接口

IHostControl 接口