Mono Class Library: Overview

System.TypedReference: Members

The members of System.TypedReference are listed below.

See Also: Inherited members from System.ValueType

Public Methods

override
Equals(object) : bool
Determines whether the current instance and the specified object represent the same type and value.
override
GetHashCode() : int
Generates a hash code for the current instance.
static
GetTargetType(TypedReference) : Type
Returns the type of the target of the specified TypedReference.
static
MakeTypedReference(object, System.Reflection.FieldInfo[]) : TypedReference
Makes a TypedReference for a field identified by a specified object and list of field descriptions.
static
SetTypedReference(TypedReference, object)
Converts the specified value to a TypedReference.
static
TargetTypeToken(TypedReference) : RuntimeTypeHandle
Returns the internal metadata type handle for the specified TypedReference.
static
ToObject(TypedReference) : object
Converts the specified TypedReference to a System.Object.