AssemblyManifest Members
.NET Framework 2.0
Describes a Win32 assembly manifest.
The following tables list the members exposed by the AssemblyManifest type.
| Name | Description | |
|---|---|---|
| AssemblyIdentity | Gets or sets the identity of the manifest.(Inherited from Manifest.) |
| AssemblyReferences | Returns the set of assemblies that the manifest references.(Inherited from Manifest.) |
| Description | Gets or sets a textual description for the manifest.(Inherited from Manifest.) |
| EntryPoint | Gets or sets an assembly reference that is the entry point of the application.(Inherited from Manifest.) |
| ExternalProxyStubs | Specifies the set of external proxy stubs referenced by the manifest for isolated applications and Reg-Free COM. |
| FileReferences | Returns 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.) |
| OutputMessages | Returns a collection of current error and warning messages.(Inherited from Manifest.) |
| ReadOnly | Gets or sets 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.) |
| XmlAssemblyIdentity | (Inherited from Manifest.) |
| XmlAssemblyReferences | (Inherited from Manifest.) |
| XmlDescription | (Inherited from Manifest.) |
| XmlExternalProxyStubs | |
| XmlFileReferences | (Inherited from Manifest.) |
| XmlSchema | (Inherited from Manifest.) |
(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. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (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. (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. (Inherited from 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. (Inherited from Manifest.) |