AssemblyName Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The AssemblyName type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clone | Makes a copy of this AssemblyName object. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try 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.) |
|
GetPublicKey | Gets the public key that identifies the assembly. |
|
GetPublicKeyToken | Gets the public key token, which is the last 8 bytes of the SHA-1 hash of the public key under which the application or assembly is signed. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ReferenceMatchesDefinition | Returns a value that indicates whether two assembly names are the same. The comparison is based on the simple assembly names |
|
SetPublicKey | Sets the public key that identifies the assembly. |
|
SetPublicKeyToken | Sets the public key token, which is the last 8 bytes of the SHA-1 hash of the public key under which the application or assembly is signed. |
|
ToString | Returns the full name of the assembly, also known as the display name. (Overrides Object.ToString().) |
Show: