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.Page for C++