共用方式為


ProcessMemoryUsageReport.PeakPagedPoolSizeInBytes 屬性

定義

取得進程所使用的分頁記憶體數量上限,以位元組為單位。

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

屬性值

UInt64

unsigned long long

uint64_t

進程所使用的分頁記憶體數量上限,以位元組為單位。

備註

這個屬性值所傳回的值代表進程啟動後所使用的虛擬記憶體分頁檔案記憶體大小上限。 作業系統會使用虛擬記憶體分頁檔案搭配實體記憶體來管理每個進程的虛擬位址空間。 當可分頁記憶體不在使用中時,可以將它傳輸至磁片上的虛擬記憶體分頁檔案。

適用於