This documentation is archived and is not being maintained.
InternalActivationContextHelper Class
Visual Studio 2010
Provides access to data from an ActivationContext object.
Assembly: mscorlib (in mscorlib.dll)
The InternalActivationContextHelper type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetActivationContextData | Gets the contents of the application manifest from an ActivationContext object. |
![]() ![]() | GetApplicationComponentManifest | Gets the manifest of the last deployment component in an ActivationContext object. |
![]() ![]() | GetApplicationManifestBytes | Gets a byte array containing the raw content of the application manifest.. |
![]() ![]() | GetDeploymentComponentManifest | Gets the manifest of the first deployment component in an ActivationContext object. |
![]() ![]() | GetDeploymentManifestBytes | Gets a byte array containing the raw content of the deployment manifest. |
![]() ![]() | IsFirstRun | Gets a value indicating whether this is the first time this ActivationContext object has been run. |
![]() ![]() | PrepareForExecution | Informs an ActivationContext to get ready to be run. |
This is a temporary helper class used to access internal members of an ActivationContext object.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
