ProcessMemoryReport.TotalWorkingSetUsage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The process' total working set usage.