This documentation is archived and is not being maintained.
TypedReference Structure
Visual Studio 2010
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.
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). |
![]() ![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from 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. |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:



