Share via


ProcessMemoryReport.TotalWorkingSetUsage Property

Definition

Gets the process' total working set usage.

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

Property Value

UInt64

unsigned long long

uint64_t

The process' total working set usage.

Applies to