TypeToken Structure
Represents the Token returned by the metadata to represent a type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Token | Retrieves the metadata token for this class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Checks if the given object is an instance of TypeToken and is equal to this instance.(Overrides ValueType::Equals(Object^).) |
![]() | Equals(TypeToken) | Indicates whether the current instance is equal to the specified TypeToken. |
![]() | GetHashCode() | Generates the hash code for this type.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(TypeToken, TypeToken) | Indicates whether two TypeToken structures are equal. |
![]() ![]() | Inequality(TypeToken, TypeToken) | Indicates whether two TypeToken structures are not equal. |
The type of an object is also known as the class of an object.
Available since 1.1
Silverlight
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




