共用方式為


ProcessMemoryUsageReport.PagedPoolSizeInBytes 屬性

定義

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

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

屬性值

UInt64

unsigned long long

uint64_t

記憶體量 (以位元組為單位),指由關聯的處理序所配置,且可以寫入虛擬記憶體分頁檔案的記憶體。

備註

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

適用於