ActivationContext.DeploymentManifestBytes Property
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 the ClickOnce deployment manifest for the current application.
public:
property cli::array <System::Byte> ^ DeploymentManifestBytes { cli::array <System::Byte> ^ get(); };
public byte[] DeploymentManifestBytes { get; }
member this.DeploymentManifestBytes : byte[]
Public ReadOnly Property DeploymentManifestBytes As Byte()
Property Value
A byte array that contains the ClickOnce deployment 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.