RuntimeTypeHandle Methods
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether the specified object is equal to the current RuntimeTypeHandle structure.(Overrides ValueType::Equals(Object^).) |
![]() | Equals(RuntimeTypeHandle) | Indicates whether the specified RuntimeTypeHandle structure is equal to the current RuntimeTypeHandle structure. |
![]() | GetHashCode() | Returns the hash code for the current instance.(Overrides ValueType::GetHashCode().) |
![]() | GetModuleHandle() | Gets a handle to the module that contains the type represented by the current instance. |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo with the data necessary to deserialize the type represented by the current instance. |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
Show:
