Click or drag to resize
AssemblyName Methods

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
See Also