GetManifestCompletedEventArgs::ApplicationManifest Property
Gets the ClickOnce application manifest for this deployment.
Assembly: System.Deployment (in System.Deployment.dll)
You can use this variable to grab any information you need from the application manifest, such as a list of dependencies, trust information, and so on. For more information on the structure of this document, see ClickOnce Application Manifest.
The following code example shows how to examine an application manifest from within a GetManifestCompleted event handler to determine whether the application requires full trust by default.
Available since 2.0