System::GC::GetTotalMemory 方法
GC::GetTotalMemory method
返回当前进程当前已分配的私有内存字节数。
static int64_t System::GC::GetTotalMemory(bool force_full_collection)
| 参数 | 类型 | 描述 |
|---|---|---|
| force_full_collection | bool | IGNORED |
ReturnValue
当前进程当前分配的私有内存字节数。
另见
- Class GC
- Namespace System
- Library Aspose.Font for C++