AppDomain.DomainManager Property
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 domain manager that was provided by the host when the application domain was initialized.
public:
property AppDomainManager ^ DomainManager { AppDomainManager ^ get(); };
public AppDomainManager DomainManager { get; }
public AppDomainManager DomainManager { [System.Security.SecurityCritical] get; }
member this.DomainManager : AppDomainManager
[<get: System.Security.SecurityCritical>]
member this.DomainManager : AppDomainManager
Public ReadOnly Property DomainManager As AppDomainManager
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.