Manifest Class
.NET Framework 4.5
Represents base functionality common to all supported manifest types.
System.Object
Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest
Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest
Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest
Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest
Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest
Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest
Namespace: Microsoft.Build.Tasks.Deployment.ManifestUtilities
Assembly: Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
The Manifest type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AssemblyIdentity | Gets or sets the identity of the manifest. |
![]() | AssemblyReferences | Gets the set of assemblies that the manifest references. |
![]() | Description | Gets or sets a textual description for the manifest. |
![]() | EntryPoint | Gets or sets an assembly reference that is the entry point of the application. |
![]() | FileReferences | Gets the set of files that the manifest references. |
![]() | InputStream | Gets or sets the input stream from which the manifest was read. |
![]() | OutputMessages | Gets a collection of current error and warning messages. |
![]() | ReadOnly | Gets or sets a value indicating whether the manifest is operating in read-only or read-write mode. |
![]() | SourcePath | Gets or sets the location where the manifest was loaded or saved. |
![]() | XmlAssemblyIdentity | Infrastructure. Gets or sets a property that is used to serialize the AssemblyIdentity property to an XML file. |
![]() | XmlAssemblyReferences | Infrastructure. Gets or sets a property that is used to serialize the AssemblyReferences property to an XML file. |
![]() | XmlDescription | Infrastructure. Gets or sets a property that is used to serialize the Description property to an XML file. |
![]() | XmlFileReferences | Infrastructure. Gets or sets a property that is used to serialize the FileReferences property to an XML file. |
![]() | XmlSchema | Infrastructure. Gets or sets a property that is used to serialize the schema 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. |
![]() | ResolveFiles(String[]) | Locates all specified assembly and file references by searching in the specified directories. |
![]() | ToString | Returns the manifest name. (Overrides Object.ToString().) |
![]() | UpdateFileInfo() | Updates file information for each referenced assembly and file. |
![]() | UpdateFileInfo(String) | Updates file information for each referenced assembly and file, using the specified version of the target framework. |
![]() | Validate | Performs various checks to verify the validity of the manifest. |
![]() | ValidatePlatform | Infrastructure. Validates the manifest platform. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
