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;
The managed object corresponding to the root handle.
Root Class | Root Members | System.Runtime.InteropServices Namespace