This documentation is archived and is not being maintained.
DeployManifest Class
Visual Studio 2010
Represents a ClickOnce deployment manifest.
System::Object
Microsoft.Build.Tasks.Deployment.ManifestUtilities::Manifest
Microsoft.Build.Tasks.Deployment.ManifestUtilities::DeployManifest
Microsoft.Build.Tasks.Deployment.ManifestUtilities::Manifest
Microsoft.Build.Tasks.Deployment.ManifestUtilities::DeployManifest
Assembly: Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
The DeployManifest type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeployManifest() | Initializes a new instance of the DeployManifest class. |
![]() | DeployManifest(String) | Initializes a new instance of [Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest]. |
| Name | Description | |
|---|---|---|
![]() | AssemblyIdentity | Gets or sets the identity of the manifest. (Inherited from Manifest.) |
![]() | AssemblyReferences | Gets the set of assemblies that the manifest references. (Inherited from Manifest.) |
![]() | CompatibleFrameworks | Gets the versions of the .NET Framework that an application can run on. |
![]() | CreateDesktopShortcut | Infrastructure. Gets or sets a value that indicates whether to create a desktop shortcut. |
![]() | DeploymentUrl | Gets or sets the update location for the application. |
![]() | Description | Gets or sets a textual description for the manifest. (Inherited from Manifest.) |
![]() | DisallowUrlActivation | Gets or sets a value indicating whether the application should be blocked from being started by means of a URL. |
![]() | EntryPoint | Gets or sets a deployment reference that is the entry point of the application. (Overrides Manifest::EntryPoint.) |
![]() | ErrorReportUrl | Infrastructure. Gets or sets the URL of the error report. |
![]() | FileReferences | Gets the set of files that the manifest references. (Inherited from Manifest.) |
![]() | InputStream | Gets or sets the input stream from which the manifest was read. (Inherited from Manifest.) |
![]() | Install | Gets or sets a value indicating whether the application is an installed application or an online-only application. |
![]() | MapFileExtensions | Gets or sets a value indicating whether .deploy file extension mapping is used. |
![]() | MinimumRequiredVersion | Gets or sets the minimum required version number for an application. |
![]() | OutputMessages | Gets a collection of current error and warning messages. (Inherited from Manifest.) |
![]() | Product | Gets or sets the name of the application. |
![]() | Publisher | Gets or sets the publisher of the application. |
![]() | ReadOnly | Gets or sets a value indicating whether the manifest is operating in read-only or read-write mode. (Inherited from Manifest.) |
![]() | SourcePath | Gets or sets the location where the manifest was loaded or saved. (Inherited from Manifest.) |
![]() | SuiteName | Infrastructure. Gets or sets the suite name that is defined in the manifest. |
![]() | SupportUrl | Gets or sets the link that appears in Add or Remove Programs in Control Panel for the application. |
![]() | TargetFrameworkMoniker | Gets or sets a token that represents a version of the .NET Framework runtime. |
![]() | TrustUrlParameters | Gets or sets a value indicating whether URL query-string parameters are available to the application. |
![]() | UpdateEnabled | Gets or sets a value indicating whether the application is updatable. |
![]() | UpdateInterval | Gets or sets the update interval for the application. |
![]() | UpdateMode | Gets or sets an object indicating whether updates should be checked in the foreground before the application is started, or in the background while the application is running. |
![]() | UpdateUnit | Gets or sets the units used for the UpdateInterval property. |
![]() | XmlAssemblyIdentity | Infrastructure. Gets or sets a property that is used to serialize the AssemblyIdentity property to an XML file. (Inherited from Manifest.) |
![]() | XmlAssemblyReferences | Infrastructure. Gets or sets a property that is used to serialize the AssemblyReferences property to an XML file. (Inherited from Manifest.) |
![]() | XmlCompatibleFrameworks | Gets or sets the array of XML elements that represent the versions of the .NET Framework that an application can run on. |
![]() | XmlCreateDesktopShortcut | Infrastructure. Gets or sets a property that is used to serialize the CreateDesktopShortcut property to an XML file. |
![]() | XmlDeploymentUrl | Infrastructure. Gets or sets a property that is used to serialize the DeploymentUrl property to an XML file. |
![]() | XmlDescription | Infrastructure. Gets or sets a property that is used to serialize the Description property to an XML file. (Inherited from Manifest.) |
![]() | XmlDisallowUrlActivation | Infrastructure. Gets or sets a property that is used to serialize the DisallowUrlActivation property to an XML file. |
![]() | XmlErrorReportUrl | Infrastructure. Gets or sets a property that is used to serialize the ErrorReportUrl property to an XML file. |
![]() | XmlFileReferences | Infrastructure. Gets or sets a property that is used to serialize the FileReferences property to an XML file. (Inherited from Manifest.) |
![]() | XmlInstall | Infrastructure. Gets or sets a property that is used to serialize the Install property to an XML file. |
![]() | XmlMapFileExtensions | Infrastructure. Gets or sets a property that is used to serialize the MapFileExtensions property to an XML file. |
![]() | XmlMinimumRequiredVersion | Infrastructure. Gets or sets a property that is used to serialize the MinimumRequiredVersion property to an XML file. |
![]() | XmlProduct | Infrastructure. Gets or sets a property that is used to serialize the Product property to an XML file. |
![]() | XmlPublisher | Infrastructure. Gets or sets a property that is used to serialize the Publisher property to an XML file. |
![]() | XmlSchema | Infrastructure. Gets or sets a property that is used to serialize the schema to an XML file. (Inherited from Manifest.) |
![]() | XmlSuiteName | Infrastructure. Gets or sets a property that is used to serialize the SuiteName property to an XML file. |
![]() | XmlSupportUrl | Infrastructure. Gets or sets a property that is used to serialize the SupportUrl property to an XML file. |
![]() | XmlTrustUrlParameters | Infrastructure. Gets or sets a property that is used to serialize the TrustUrlParameters property to an XML file. |
![]() | XmlUpdateEnabled | Infrastructure. Gets or sets a property that is used to serialize the UpdateEnabled property to an XML file. |
![]() | XmlUpdateInterval | Infrastructure. Gets or sets a property that is used to serialize the UpdateInterval property to an XML file. |
![]() | XmlUpdateMode | Infrastructure. Gets or sets a property that is used to serialize the UpdateMode property to an XML file. |
![]() | XmlUpdateUnit | Infrastructure. Gets or sets a property that is used to serialize the UpdateUnit property to an XML file. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResolveFiles() | Locates all specified assembly and file references by searching in the same directory as the loaded manifest, or in the current directory. (Inherited from Manifest.) |
![]() | ResolveFiles(array<String>) | Locates all specified assembly and file references by searching in the specified directories. (Inherited from Manifest.) |
![]() | ToString | Returns the manifest name. (Inherited from Manifest.) |
![]() | UpdateFileInfo | Updates file information for each referenced assembly and file. (Inherited from Manifest.) |
![]() | Validate | Performs various checks to verify the validity of the manifest. Any resulting errors or warnings are reported in the OutputMessageCollection object. (Overrides Manifest::Validate().) |
![]() | ValidatePlatform | Infrastructure. Validates the manifest platform. (Inherited from Manifest.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
