This topic has not yet been rated - Rate this topic

Manifest Members

This class represents base functionality common to all supported manifest types.

The following tables list the members exposed by the Manifest type.

  Name Description
Protected method Manifest Initializes a new instance of the Manifest class.
Top
  Name Description
Public property AssemblyIdentity Gets or sets the identity of the manifest.
Public property AssemblyReferences Returns the set of assemblies that the manifest references.
Public property Description Gets or sets a textual description for the manifest.
Public property EntryPoint Gets or sets an assembly reference that is the entry point of the application.
Public property FileReferences Returns the set of files that the manifest references.
Public property InputStream Gets or sets the input stream from which the manifest was read.
Public property OutputMessages Returns a collection of current error and warning messages.
Public property ReadOnly Gets or sets whether the manifest is operating in read-only or read-write mode.
Public property SourcePath Gets or sets the location where the manifest was loaded or saved.
Public property XmlAssemblyIdentity Gets or sets the identity of the manifest.
Public property XmlAssemblyReferences Returns the set of assemblies that the manifest references.
Public property XmlDescription Gets or sets a textual description for the manifest.
Public property XmlFileReferences Returns the set of files that the manifest references.
Public property XmlSchema  
Top
(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ResolveFiles Overloaded. Locates all specified assembly and file references.
Public method ToString Overridden. Returns the manifest name.
Public method UpdateFileInfo Updates file information for each referenced assembly and file.
Public method Validate Performs various checks to verify the validity of the manifest.
Top
  Name Description
Protected method 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)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Protected method ValidatePlatform Validates the manifest platform.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.