ProcessMemoryUsageReport.PagedPoolSizeInBytes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得進程可用的分頁記憶體數量,以位元組為單位。
public:
property unsigned long long PagedPoolSizeInBytes { unsigned long long get(); };
uint64_t PagedPoolSizeInBytes();
public ulong PagedPoolSizeInBytes { get; }
var uInt64 = processMemoryUsageReport.pagedPoolSizeInBytes;
Public ReadOnly Property PagedPoolSizeInBytes As ULong
屬性值
記憶體量 (以位元組為單位),指由關聯的處理序所配置,且可以寫入虛擬記憶體分頁檔案的記憶體。
備註
這個屬性所傳回的值代表進程所使用的虛擬記憶體分頁檔案中目前的記憶體大小。 作業系統會使用虛擬記憶體分頁檔案搭配實體記憶體來管理每個進程的虛擬位址空間。 當可分頁記憶體不在使用中時,可以將它傳輸至磁片上的虛擬記憶體分頁檔案。