File: System\Deployment\Application\Manifest\Deployment.cs
Project: System.Deployment.dll (System.Deployment)
#region Assembly System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Deployment.dll
#endregion
 
using System.Deployment.Internal.Isolation.Manifest;
 
namespace System.Deployment.Application.Manifest
{
    internal class Deployment
    {
        public Deployment(DeploymentMetadataEntry deploymentMetadataEntry);
 
        public bool CreateDesktopShortcut { get; }
        public DeploymentUpdate DeploymentUpdate { get; }
        public bool DisallowUrlActivation { get; }
        public bool Install { get; }
        public bool IsInstalledAndNoDeploymentProvider { get; }
        public bool IsUpdateSectionPresent { get; }
        public bool MapFileExtensions { get; }
        public Version MinimumRequiredVersion { get; }
        public Uri ProviderCodebaseUri { get; }
        public bool TrustURLParameters { get; }
    }
}