asp.net.ph

TypedReference Structure

System Namespace


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.

TypedReference Class Members

Collapse   Methods

Visibility Name Parameters Return Type
public Equals ( Object o ) Boolean
public GetHashCode ( ) Int32
public static GetTargetType ( TypedReference value ) Type
public static MakeTypedReference ( Object target , FieldInfo flds ) TypedReference
public static SetTypedReference ( TypedReference target , Object value ) Void
public static TargetTypeToken ( TypedReference value ) RuntimeTypeHandle
public static ToObject ( TypedReference value ) Object

Remarks

A typed reference is a type/value combination used for varargs and other support. TypedReference is a built-in value type that can be used for parameters and local variables.

Arrays of TypedReference objects cannot be created.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph