[To be supplied.]
[Visual Basic] Public Shared Function Box( _ ByVal ptr As Void*, _ ByVal type As Type _ ) As Object [C#] public static object Box( Void* ptr, Type type ); [C++] public: static Object* Box( Void** ptr, Type* type ); [JScript] public static function Box( ptr : Void*, type : Type ) : Object;
Pointer Class | Pointer Members | System.Reflection Namespace