InternalActivationContextHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to data from an ActivationContext object.
public ref class InternalActivationContextHelper abstract sealed
[System.Runtime.InteropServices.ComVisible(false)]
public static class InternalActivationContextHelper
[<System.Runtime.InteropServices.ComVisible(false)>]
type InternalActivationContextHelper = class
Public Class InternalActivationContextHelper
- Inheritance
-
InternalActivationContextHelper
- Attributes
Remarks
This is a temporary helper class used to access internal members of an ActivationContext object.
Methods
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. |