NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Pointer.Box

[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;

Parameters

ptr
[To be supplied.]
type
[To be supplied.]

See Also

Pointer Class | Pointer Members | System.Reflection Namespace