Manifest Members
.NET Framework 3.0
This class represents base functionality common to all supported manifest types.
The following tables list the members exposed by the Manifest type.
| Name | Description | |
|---|---|---|
| AssemblyIdentity | Gets or sets the identity of the manifest. |
| AssemblyReferences | Returns 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 | Returns the set of files that the manifest references. |
| InputStream | Gets or sets the input stream from which the manifest was read. |
| OutputMessages | Returns a collection of current error and warning messages. |
| ReadOnly | Gets or sets 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 | Gets or sets the identity of the manifest. |
| XmlAssemblyReferences | Returns the set of assemblies that the manifest references. |
| XmlDescription | Gets or sets a textual description for the manifest. |
| XmlFileReferences | Returns the set of files that the manifest references. |
| XmlSchema |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (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) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ResolveFiles | Overloaded. Locates all specified assembly and file references. |
| ToString | Overridden. Returns the manifest name. |
| UpdateFileInfo | Updates file information for each referenced assembly and file. |
| Validate | Performs various checks to verify the validity of the manifest. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| ValidatePlatform | Validates the manifest platform. |