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
[To be supplied.]
Namespace: System.Runtime.InteropServices
Assembly: mscorlib.dll