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.