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
Method | Description |
---|---|
static GetTotalMemory(bool) | Returns the number of bytes of private memory currently allocated by the current process. |
See Also
- Class Object
- Namespace System
- Library Aspose.PDF for C++