System.Reflection.Pointer Members

The members of System.Reflection.Pointer are listed below.

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.

Explicitly Implemented Interface Members

System.Runtime.Serialization.ISerializable.GetObjectData

Sets the System.Runtime.Serialization.SerializationInfo object with the file name, fusion log, and additional exception information.