Mono Class Library: OverviewSystem.TypedReference: Method Members |
The methods of System.TypedReference are listed below. For a list of all members, see the TypedReference Members list.
See Also: Inherited members from System.ValueType
overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value. overrideGetHashCode() : int Generates a hash code for the current instance. staticGetTargetType(TypedReference) : Type Returns the type of the target of the specified TypedReference. staticMakeTypedReference(object, System.Reflection.FieldInfo[]) : TypedReference Makes a TypedReference for a field identified by a specified object and list of field descriptions. staticSetTypedReference(TypedReference, object) Converts the specified value to a TypedReference. staticTargetTypeToken(TypedReference) : RuntimeTypeHandle Returns the internal metadata type handle for the specified TypedReference. staticToObject(TypedReference) : object Converts the specified TypedReference to a System.Object.