AssemblyName Methods
Assembly: mscorlib (in mscorlib.dll)
| 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.) |
![]() ![]() | GetAssemblyName(String^) | Gets the AssemblyName for a given file. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | 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() | |
![]() | OnDeserialization(Object^) | Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete. |
![]() ![]() | ReferenceMatchesDefinition(AssemblyName^, AssemblyName^) | Returns a value indicating whether two assembly names are the same. The comparison is based on the simple assembly names. |
![]() | SetPublicKey(array<Byte>^) | Sets the public key identifying the assembly. |
![]() | SetPublicKeyToken(array<Byte>^) | 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(Guid%, IntPtr, UInt32, UInt32, IntPtr) | Maps a set of names to a corresponding set of dispatch identifiers. |
![]() ![]() | _AssemblyName::GetTypeInfo(UInt32, UInt32, IntPtr) | Retrieves the type information for an object, which can then be used to get the type information for an interface. |
![]() ![]() | _AssemblyName::GetTypeInfoCount(UInt32%) | Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
![]() ![]() | _AssemblyName::Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | Provides access to properties and methods exposed by an object. |



