ContractHandle.AppDomainOwner(AppDomain) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建应用程序域时获取外接程序端适配器的实例。
public:
static System::AddIn::Contract::IContract ^ AppDomainOwner(AppDomain ^ domain);
public static System.AddIn.Contract.IContract AppDomainOwner (AppDomain domain);
static member AppDomainOwner : AppDomain -> System.AddIn.Contract.IContract
Public Shared Function AppDomainOwner (domain As AppDomain) As IContract
参数
- domain
- AppDomain
要检查的应用程序域。
返回
一个 IContract 对象,表示应用程序域的所有者。
例外
domain
为 null
。
注解
加载项端适配器的类型为 IContract。
如果应用程序域以前由用户创建,则没有所有者。