InternalActivationContextHelper Class

 

Provides access to data from an ActivationContext object.

Namespace:   System.Deployment.Internal
Assembly:  mscorlib (in mscorlib.dll)

System::Object
  System.Deployment.Internal::InternalActivationContextHelper

[ComVisibleAttribute(false)]
public ref class InternalActivationContextHelper abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetActivationContextData(ActivationContext^)

Gets the contents of the application manifest from an ActivationContext object.

System_CAPS_pubmethodSystem_CAPS_staticGetApplicationComponentManifest(ActivationContext^)

Gets the manifest of the last deployment component in an ActivationContext object.

System_CAPS_pubmethodSystem_CAPS_staticGetApplicationManifestBytes(ActivationContext^)

Gets a byte array containing the raw content of the application manifest..

System_CAPS_pubmethodSystem_CAPS_staticGetDeploymentComponentManifest(ActivationContext^)

Gets the manifest of the first deployment component in an ActivationContext object.

System_CAPS_pubmethodSystem_CAPS_staticGetDeploymentManifestBytes(ActivationContext^)

Gets a byte array containing the raw content of the deployment manifest.

System_CAPS_pubmethodSystem_CAPS_staticIsFirstRun(ActivationContext^)

Gets a value indicating whether this is the first time this ActivationContext object has been run.

System_CAPS_pubmethodSystem_CAPS_staticPrepareForExecution(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.

.NET Framework
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.

Return to top
Show: