Click or drag to resize

AssemblyIdentity Methods

[This is preliminary documentation and is subject to change.]

The AssemblyIdentity type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ObjectEquals(Object).)
Public methodEquals(Assembly)
Returns a value indicating whether this instance is equal to the value of the specified Assembly instance.
Public methodEquals(AssemblyIdentity)
Returns a value indicating whether this instance is equal to the value of the specified AssemblyIdentity instance.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetPublicKeyToken
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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsMatch
Returns a value indicating whether the properties of this instance match the specified Assembly.
Public methodMatch
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.
Public methodSetPublicKeyToken
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.
Public methodToString
Returns the full name of the assembly identity.
(Overrides ObjectToString.)
Top
Explicit Interface Implementations
See Also