This documentation is archived and is not being maintained.
Manifest Class
Visual Studio 2010
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
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(array<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. |
![]() | Validate | Performs various checks to verify the validity of the manifest. |
![]() | ValidatePlatform | Infrastructure. Validates the manifest platform. |
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:
