Models information for a type name.
| Type | Name | Summary |
|---|---|---|
| PropertyChangedEventHandler | PropertyChanged | Notify that a property was changed. |
Assembly name.
public String AssemblyName { get; set; }Culture.
public String Culture { get; set; }Name of the type.
public String Name { get; set; }Public key token.
public String PublicKeyToken { get; set; }Type version.
public String Version { get; set; }Checks whether other is equal to this object.
public Boolean Equals(other)true when the objects are equals.
| Name | Type | Summary |
|---|---|---|
| other | TypeName | Object to compare. |
Checks whether obj is equal to this object.
public Boolean Equals(obj)true when the objects are equals.
| Name | Type | Summary |
|---|---|---|
| obj | Object | Object to compare. |
Not required, implemented to avoid warnings.
public Int32 GetHashCode()Returns a textual representation of this TypeName.
public String ToString()In this document