InternalActivationContextHelper Class
Provides access to data from an ActivationContext object.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetActivationContextData(ActivationContext^) | Gets the contents of the application manifest from an ActivationContext object. |
![]() ![]() | GetApplicationComponentManifest(ActivationContext^) | Gets the manifest of the last deployment component in an ActivationContext object. |
![]() ![]() | GetApplicationManifestBytes(ActivationContext^) | Gets a byte array containing the raw content of the application manifest.. |
![]() ![]() | GetDeploymentComponentManifest(ActivationContext^) | Gets the manifest of the first deployment component in an ActivationContext object. |
![]() ![]() | GetDeploymentManifestBytes(ActivationContext^) | Gets a byte array containing the raw content of the deployment manifest. |
![]() ![]() | IsFirstRun(ActivationContext^) | Gets a value indicating whether this is the first time this ActivationContext object has been run. |
![]() ![]() | PrepareForExecution(ActivationContext^) | Informs an ActivationContext to get ready to be run. |
This is a temporary helper class used to access internal members of an ActivationContext object.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

