ActivationContext.ApplicationManifestBytes Property

Definition

Gets the ClickOnce application manifest for the current application.

public:
 property cli::array <System::Byte> ^ ApplicationManifestBytes { cli::array <System::Byte> ^ get(); };
public byte[] ApplicationManifestBytes { get; }
member this.ApplicationManifestBytes : byte[]
Public ReadOnly Property ApplicationManifestBytes As Byte()

Property Value

Byte[]

A byte array that contains the ClickOnce application manifest for the application that is associated with this ActivationContext.

Remarks

If the activation context is Loose, meaning that the application is not installed in the ClickOnce store, the deployment manifest is read from the temporary download folder. If the activation context is StoreBounded, meaning that the application is installed in the ClickOnce store, the deployment manifest is read from the ClickOnce store. For more information about deployment manifests, see ClickOnce Deployment Manifest.

Applies to