AppDomainManager::ApplicationActivator Property
.NET Framework (current version)
Gets the application activator that handles the activation of add-ins and manifest-based applications for the domain.
Assembly: mscorlib (in mscorlib.dll)
public: property ApplicationActivator^ ApplicationActivator { virtual ApplicationActivator^ get(); }
There is a single designated instance of the ApplicationActivator class in each AppDomain to which all add-in and manifest-based application activation calls are routed. The AppDomainManager for the current AppDomain can provide its own custom ApplicationActivator, or an instance of the default ApplicationActivator is created.
.NET Framework
Available since 2.0
Available since 2.0
Show: