Click or drag to resize
AssemblyName Class
Describes an assembly's unique identity in full.
Inheritance Hierarchy
SystemObject
  System.ReflectionAssemblyName

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
[SerializableAttribute]
public sealed class AssemblyName : _AssemblyName, 
	ICloneable, ISerializable, IDeserializationCallback

The AssemblyName type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetAssemblyName
Gets the AssemblyName for a given file.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the full name of the assembly, also known as the display name.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyFlags
Gets or sets the attributes of the assembly.
Public propertyFullName
Gets the full name of the assembly, also known as the display name.
Public propertyName
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.
Public propertyVersion
Gets or sets the major, minor, build, and revision numbers of the assembly.
Top
See Also