Metodo System::GC::GetTotalAllocatedBytes

GC::GetTotalAllocatedBytes method

Restituisce il totale dei byte allocati.

static int64_t System::GC::GetTotalAllocatedBytes(bool precise=false)
ParametroTipoDescrizione
precisoboolIGNORED

ReturnValue

Il numero di byte di memoria privata attualmente allocata dal processo corrente.

Osservazioni

Questa è un’implementazione stub per il metodo .NET

Vedi anche