This documentation is archived and is not being maintained.
TypedReference Methods
Visual Studio 2010
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(). |
Show: