System::GC::GetTotalAllocatedBytes 方法
GC::GetTotalAllocatedBytes method
返回已分配的总字节数。
static int64_t System::GC::GetTotalAllocatedBytes(bool precise=false)
| 参数 | 类型 | 描述 |
|---|---|---|
| 精确 | bool | IGNORED |
ReturnValue
当前进程当前分配的私有内存字节数。
备注
这是 .NET 方法的存根实现
另见
- Class GC
- Namespace System
- Library Aspose.Font for C++