Share via


ProcessMemoryReport.TotalWorkingSetUsage Propiedad

Definición

Obtiene el uso total del conjunto de trabajo del proceso.

public:
 property unsigned long long TotalWorkingSetUsage { unsigned long long get(); };
uint64_t TotalWorkingSetUsage();
public ulong TotalWorkingSetUsage { get; }
var uInt64 = processMemoryReport.totalWorkingSetUsage;
Public ReadOnly Property TotalWorkingSetUsage As ULong

Valor de propiedad

UInt64

unsigned long long

uint64_t

Uso total del conjunto de trabajo del proceso.

Se aplica a