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。
如果使用者先前已建立應用程式域,則沒有任何擁有者。