AppDomainManager.ApplicationActivator 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 application activator that handles the activation of add-ins and manifest-based applications for the domain.
public:
virtual property System::Runtime::Hosting::ApplicationActivator ^ ApplicationActivator { System::Runtime::Hosting::ApplicationActivator ^ get(); };
public virtual System.Runtime.Hosting.ApplicationActivator ApplicationActivator { get; }
member this.ApplicationActivator : System.Runtime.Hosting.ApplicationActivator
Public Overridable ReadOnly Property ApplicationActivator As ApplicationActivator
Property Value
The application activator.
Remarks
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.