The AssemblySignature type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AssemblySignature |
Creates an assembly signature.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (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
| Name | Description | |
|---|---|---|
| Format | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| 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.
|
