ProcessMemoryUsageReport.PeakVirtualMemorySizeInBytes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取关联进程使用的最大虚拟内存量。
public:
property unsigned long long PeakVirtualMemorySizeInBytes { unsigned long long get(); };
uint64_t PeakVirtualMemorySizeInBytes();
public ulong PeakVirtualMemorySizeInBytes { get; }
var uInt64 = processMemoryUsageReport.peakVirtualMemorySizeInBytes;
Public ReadOnly Property PeakVirtualMemorySizeInBytes As ULong
属性值
从关联进程启动以来为关联进程分配的最大虚拟内存量(以字节为单位)。
注解
此属性返回的值表示进程自启动以来所使用的虚拟内存的最大大小。 操作系统将每个进程的虚拟地址空间映射到物理内存中加载的页面或存储在磁盘上的虚拟内存分页文件中的页面。