ContractHandle.AppDomainOwner(AppDomain) Method

Definition

Gets the instance of the add-in-side adapter when the application domain was created.

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

Parameters

domain
AppDomain

The application domain to check.

Returns

An IContract object that represents the owner of the application domain.

Exceptions

domain is null.

Remarks

The add-in-side adapters are typed as IContract.

If the application domain was previously created by a user, there is no owner.

Applies to