Edit

Share via


ICLRDomainManager Interface

Enables the host to specify the application ___domain manager that will be used to initialize the default application ___domain, and to specify initialization properties.

Methods

Method Description
SetAppDomainManagerType Method Specifies the type, derived from the System.AppDomainManager class, of the application ___domain manager that will be used to initialize the default application ___domain.
SetPropertiesForDefaultAppDomain Method Sets properties that will be used to initialize the default application ___domain.

Remarks

To get an instance of this interface, call the ICLRControl::GetCLRManager method with the manager type IID IID_ICLRDomainManager.

Requirements

Platforms: See System Requirements.

Header: MetaHost.h

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: Available since 4

See also