ProcessMemoryUsageReport.PeakPageFileSizeInBytes Property

Definition

Gets the maximum size of the memory page file used by the process, in bytes.

public:
 property unsigned long long PeakPageFileSizeInBytes { unsigned long long get(); };
uint64_t PeakPageFileSizeInBytes();
public ulong PeakPageFileSizeInBytes { get; }
var uInt64 = processMemoryUsageReport.peakPageFileSizeInBytes;
Public ReadOnly Property PeakPageFileSizeInBytes As ULong

Property Value

UInt64

unsigned long long

uint64_t

The maximum size of the memory page file used by the process, in bytes.

Applies to