ProcessMemoryCounters Record

Represents type ProcessMemoryCounters.

Namespace: System.Info
type
 ProcessMemoryCounters = record
 end;

The ProcessMemoryCounters type exposes the following members.

Show:
 NameDescription
PagefileUsage

Represents field PagefileUsage.

PeakPagefileUsage

Represents field PeakPagefileUsage.

PeakWorkingSetSize

Represents field PeakWorkingSetSize.

WorkingSetSize

Represents field WorkingSetSize.

Top