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!

Root.Get

Returns the managed object corresponding to the specified 'root' handle.

[Visual Basic]
Public Shared Function Get( _
   ByVal root As Integer _
) As Object
[C#]
public static object Get(
   int root
);
[C++]
public: static Object* Get(
   int root
);
[JScript]
public static function Get(
   root : int
) : Object;

Parameters

root
The root handle for the managed object of interest, obtained from a previous call to Alloc.

Return Value

The managed object corresponding to the root handle.

See Also

Root Class | Root Members | System.Runtime.InteropServices Namespace