ProcessMemoryUsageReport.PeakPageFileSizeInBytes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取进程使用的内存页文件的最大大小(以字节为单位)。
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
属性值
进程使用的内存页文件的最大大小(以字节为单位)。