AppDomain.DomainManager Property

Definition

Gets the domain manager that was provided by the host when the application domain was initialized.

C#
public AppDomainManager DomainManager { get; }
C#
public AppDomainManager DomainManager { [System.Security.SecurityCritical] get; }

Property Value

An object that represents the domain manager provided by the host when the application domain was initialized, or null if no domain manager was provided.

Attributes

Remarks

An unmanaged host of the common language runtime (CLR) can provide a domain manager. The domain manager can participate in initializing the new application domain and supply other managers, such as a HostSecurityManager, that participate in the operations of the application domain.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1