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!

GCHandle Structure

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.

Object
   ValueType
      GCHandle

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

GCHandle Members | System.Runtime.InteropServices Namespace