TypedReference Structure
.NET Framework 4.5
Describes objects that contain both a managed pointer to a location and a runtime representation of the type that may be stored at that location.
This API is not CLS-compliant. Namespace: System
Assembly: mscorlib (in mscorlib.dll)
The TypedReference type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Equals | Checks if this object is equal to the specified object. (Overrides ValueType.Equals(Object).) In XNA Framework, this member is overridden by Equals(Object). |
![]() ![]() | GetHashCode | Returns the hash code of this object. (Overrides ValueType.GetHashCode().) In XNA Framework, this member is overridden by GetHashCode(). |
![]() ![]() | GetTargetType | Returns the type of the target of the specified TypedReference. |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | MakeTypedReference | Makes a TypedReference for a field identified by a specified object and list of field descriptions. |
![]() ![]() | SetTypedReference | Converts the specified value to a TypedReference. This method is not supported. |
![]() ![]() | TargetTypeToken | Returns the internal metadata type handle for the specified TypedReference. |
![]() ![]() | ToObject | Converts the specified TypedReference to an Object. |
![]() ![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) In XNA Framework 3.0, this member is inherited from Object.ToString(). |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
