InternalActivationContextHelper.GetDeploymentManifestBytes(ActivationContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.