AppDomain.DomainManager Property
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
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
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.
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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: