static void PrepareForExecution(ActivationContext appInfo)
Informs an T:System.ActivationContext to get ready to be run.
Provides access to data from an T:System.ActivationContext object.
static bool IsFirstRun(ActivationContext appInfo)
Gets a value indicating whether this is the first time this T:System.ActivationContext object has bee...
static object GetActivationContextData(ActivationContext appInfo)
Gets the contents of the application manifest from an T:System.ActivationContext object.
Identifies the activation context for the current application. This class cannot be inherited.
static object GetApplicationComponentManifest(ActivationContext appInfo)
Gets the manifest of the last deployment component in an T:System.ActivationContext object.
static object GetDeploymentComponentManifest(ActivationContext appInfo)
Gets the manifest of the first deployment component in an T:System.ActivationContext object.
static byte [] GetApplicationManifestBytes(ActivationContext appInfo)
Gets a byte array containing the raw content of the application manifest..
static byte [] GetDeploymentManifestBytes(ActivationContext appInfo)
Gets a byte array containing the raw content of the deployment manifest.