InternalActivationContextHelper.GetDeploymentManifestBytes Method

Definition

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

public:
 static cli::array <System::Byte> ^ GetDeploymentManifestBytes(ActivationContext ^ appInfo);
public static byte[] GetDeploymentManifestBytes (ActivationContext appInfo);
static member GetDeploymentManifestBytes : ActivationContext -> byte[]
Public Shared Function GetDeploymentManifestBytes (appInfo As ActivationContext) As Byte()

Parameters

appInfo
ActivationContext

The object to get bytes from.

Returns

Byte[]

An array containing the deployment manifest as raw data.

Applies to