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!

GC Class

Provides methods for interacting with the memory management system, which performs garbage collection (GC) of objects that are no longer needed.

Object
   GC

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

Remarks

A new instance of this class cannot be created.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

GC Members | System Namespace