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 Class

This class allows you to create an opaque, 32-bit root handle to any managed object. A root handle prevents that 'rooted' managed object from being reclaimed by garbage collection, so that a reference to the managed object can be safely stored in native data structures.

Object
   Root

[Visual Basic]
NotInheritable Public Class Root
[C#]
public sealed class Root
[C++]
public __gc __sealed class Root
[JScript]
public class Root

Remarks

[To be supplied.]

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

Root Members | System.Runtime.InteropServices Namespace