ContractHandle.AppDomainOwner(AppDomain) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.