AssemblyIdentity Methods |
[This is preliminary documentation and is subject to change.]
The AssemblyIdentity type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) |
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ObjectEquals(Object).) | |
| Equals(Assembly) |
Returns a value indicating whether this instance is equal to the value of the specified Assembly instance.
| |
| Equals(AssemblyIdentity) |
Returns a value indicating whether this instance is equal to the value of the specified AssemblyIdentity instance.
| |
| GetHashCode |
Serves as the default hash function.
(Overrides ObjectGetHashCode.) | |
| GetPublicKeyToken |
Gets the public key token of the assembly, which is the last 8 bytes of the SHA-1 hash of the public key under which the assembly is signed.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsMatch |
Returns a value indicating whether the properties of this instance match the specified Assembly.
| |
| Match |
Compares the specified Assembly to the current AssemblyIdentity, and returns an integer value
that specifies if the assembly matches the identity, and how strong that match is.
| |
| SetPublicKeyToken |
Sets the public key token of the assembly, which is the last 8 bytes of the SHA-1 hash of the public key under which the assembly is signed.
| |
| ToString |
Returns the full name of the assembly identity.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData |
Sets the SerializationInfo with information about the exception.
|