ActivationArguments::ActivationContext Property
.NET Framework (current version)
Gets the activation context for manifest-based activation of an application.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::ActivationContext^An object that identifies a manifest-based activation application.
The ActivationContext object 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.
The following code example shows how to obtain the value of the ActivationContext property from the ActivationArguments for a manifest-based application.
This code example is part of a larger example provided for the ActivationArguments class.
.NET Framework
Available since 2.0
Available since 2.0
Show: