This class allows you to create an opaque, GC handle to any NGWS object. A GC handle is used when an object reference must be reachable from unmanaged memory. See GCHandleType for more information about the different types of GCHandles used by the Runtime Execution Engine.
[Visual Basic] Public Structure GCHandle [C#] public struct GCHandle [C++] public __value struct GCHandle
[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.
[To be supplied.]
Namespace: System.Runtime.InteropServices
Assembly: mscorlib.dll