The AssemblySignature type exposes the following members.

Constructors

  NameDescription
AssemblySignature
Creates an assembly signature.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsMatch
Returns true if the signature matches the specified assembly name.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parse
Parses the assembly signature from a string.
SetVersion
Sets the assembly version to match.
SetVersionRange
Sets the assembly version range to match.
ToString
Converts the signature to a string.
(Overrides Object..::.ToString()()().)

Extension Methods

  NameDescription
FormatOverloaded.

Properties

  NameDescription
MaxVersion
Gets the maximum assembly version to match inclusively, or null if there is no upper bound.
MinVersion
Gets the minimum assembly version to match inclusively, or null if there is no lower bound.
Name
Gets the simple name of the assembly.

See Also