AssemblyName Class |
Namespace: System.Reflection
[SerializableAttribute] public sealed class AssemblyName : _AssemblyName, ICloneable, ISerializable, IDeserializationCallback
The AssemblyName type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() ![]() | GetAssemblyName | Gets the AssemblyName for a given file. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the full name of the assembly, also known as the display name. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | Flags | Gets or sets the attributes of the assembly. |
![]() | FullName | Gets the full name of the assembly, also known as the display name. |
![]() | Name | Gets or sets the simple name of the assembly. This is usually, but not necessarily, the file name of the manifest file of the assembly, minus its extension. |
![]() | Version | Gets or sets the major, minor, build, and revision numbers of the assembly. |