Metodo System::GC::GetTotalAllocatedBytes
GC::GetTotalAllocatedBytes method
Restituisce il totale dei byte allocati.
static int64_t System::GC::GetTotalAllocatedBytes(bool precise=false)
| Parametro | Tipo | Descrizione |
|---|---|---|
| preciso | bool | IGNORED |
ReturnValue
Il numero di byte di memoria privata attualmente allocata dal processo corrente.
Osservazioni
Questa è un’implementazione stub per il metodo .NET
Vedi anche
- Class GC
- Namespace System
- Library Aspose.Font for C++