TypedReference Members
.NET Framework 3.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.
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 .NET Compact Framework, this member is overridden by 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 .NET Compact Framework, this member is overridden by 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 .NET Compact Framework 3.5, this member is inherited from Object.ToString(). In XNA Framework 3.0, this member is inherited from Object.ToString(). |