System.ActivationContext Class

Identifies the activation context for the current application. This class cannot be inherited.

See Also: ActivationContext Members

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public sealed class ActivationContext : IDisposable, System.Runtime.Serialization.ISerializable

Remarks

The ActivationContext class contains an ApplicationIdentity and provides internal-only access to the application manifest. The activation context is used during manifest-based activation to set up the domain policy and provide an application-based security model. For more information, see the System.Security.Policy.ApplicationSecurityManager class.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0