AssemblyName Methods
.NET Framework 4
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 it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetAssemblyName | Gets the AssemblyName for a given file. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetObjectData | Gets serialization information with all the data needed to recreate an instance of this AssemblyName. |
|
GetPublicKey | Gets the public key of 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.) |
|
OnDeserialization | Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete. |
|
ReferenceMatchesDefinition | Returns a value indicating whether the loader resolves two assembly names to the same assembly. |
|
SetPublicKey | Sets the public key identifying 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().) |
| Name | Description | |
|---|---|---|
|
_AssemblyName.GetIDsOfNames | Maps a set of names to a corresponding set of dispatch identifiers. |
|
_AssemblyName.GetTypeInfo | Retrieves the type information for an object, which can then be used to get the type information for an interface. |
|
_AssemblyName.GetTypeInfoCount | Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
|
_AssemblyName.Invoke | Provides access to properties and methods exposed by an object. |