ProcessMemoryUsageReport.PeakPageFileSizeInBytes 属性

定义

获取进程使用的内存页文件的最大大小(以字节为单位)。

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

属性值

UInt64

unsigned long long

uint64_t

进程使用的内存页文件的最大大小(以字节为单位)。

适用于