InternalActivationContextHelper Class

Definition

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.

Applies to