AppDomain::DomainManager Property
.NET Framework (current version)
Gets the domain manager that was provided by the host when the application domain was initialized.
Assembly: mscorlib (in mscorlib.dll)
public: property AppDomainManager^ DomainManager { [SecurityCriticalAttribute] AppDomainManager^ get(); }
Property Value
Type: System::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.
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.
SecurityCriticalAttribute
Requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: