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.Free

Releases the managed object, previously 'rooted' against garbage reclamation, by a call to Alloc.

[Visual Basic]
Public Shared Sub Free( _
   ByVal root As Integer _
)
[C#]
public static void Free(
   int root
);
[C++]
public: static void Free(
   int root
);
[JScript]
public static function Free(
   root : int
);

Parameters

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

See Also

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