The TypeName type exposes the following members.

Constructors

  NameDescription
TypeNameOverloaded.

Methods

  NameDescription
ConvertToPartialAssemblyName
Returns a type name that has a partial assembly name instead of the full assembly name.
EqualsOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Resolve
Resolves the type named by this instance.
ToString
Returns a String that represents the current Object.
(Overrides Object..::.ToString()()().)

Extension Methods

  NameDescription
FormatOverloaded.

Properties

  NameDescription
AssemblyName
Gets the full or partial name of the assembly that contains the type.
AssemblyQualifiedName
Gets the assembly-qualified name of the type, including its namespace and assembly.
FullName
Gets the full name of the type, including its namespace.
HasPartialAssemblyName
Returns true if the associated AssemblyName is a partial name only.

See Also