AppDomainManager.ApplicationActivator Property

Definition

Gets the application activator that handles the activation of add-ins and manifest-based applications for the domain.

C#
public virtual System.Runtime.Hosting.ApplicationActivator ApplicationActivator { get; }

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.

Applies to

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