InternalActivationContextHelper.GetApplicationManifestBytes Method

Definition

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

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

Parameters

appInfo
ActivationContext

The object to get bytes from.

Returns

Byte[]

An array containing the application manifest as raw data.

Applies to