TypedReference Methods
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Checks if this object is equal to the specified object.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Returns the hash code of this object.(Overrides ValueType::GetHashCode().) |
![]() ![]() | GetTargetType(TypedReference) | Returns the type of the target of the specified TypedReference. |
![]() | GetType() | |
![]() ![]() | MakeTypedReference(Object^, array<FieldInfo^>^) | Makes a TypedReference for a field identified by a specified object and list of field descriptions. |
![]() ![]() | SetTypedReference(TypedReference, Object^) | Converts the specified value to a TypedReference. This method is not supported. |
![]() ![]() | TargetTypeToken(TypedReference) | Returns the internal metadata type handle for the specified TypedReference. |
![]() ![]() | ToObject(TypedReference) | Converts the specified TypedReference to an Object. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
Show:

