System.Reflection.Pointer: Method Members

The methods of System.Reflection.Pointer are listed below. For a list of all members, see the Pointer Members list.

See Also: Inherited members from System.Object

Public Methods

static
Box(void*, Type) : object

Boxes the supplied unmanaged memory pointer and the type associated with that pointer into a managed System.Reflection.Pointer wrapper object. The value and the type are saved so they can be accessed from the native code during an invocation.

static
Unbox(object) : void*

Returns the stored pointer.