共用方式為


ProcessMemoryUsageReport.VirtualMemorySizeInBytes 屬性

定義

取得配置給關聯處理序的虛擬記憶體量。

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

屬性值

UInt64

unsigned long long

uint64_t

配置給關聯處理序的虛擬記憶體量,以位元組為單位。

備註

這個屬性所傳回的值代表進程所使用的虛擬記憶體目前大小。 作業系統會將每個進程的虛擬位址空間對應至載入實體記憶體中的頁面,或對應至儲存在磁片上虛擬記憶體分頁檔案中的頁面。

適用於