System::GC class

GC class

Represents an emulated Garbage Collection which acts more like a stub which effectively does nothing. This is a static type with no instance services. You should never create instances of it by any means.

class GC : public System::Object

Methods

MethodDescription
static GetTotalMemory(bool)Returns the number of bytes of private memory currently allocated by the current process.

See Also