共用方式為


ProcessMemoryUsageReport.PageFileSizeInBytes 屬性

定義

取得記憶體頁面檔案的大小,以位元組為單位。

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

屬性值

UInt64

unsigned long long

uint64_t

以位元組為單位的記憶體頁面檔案大小。

適用於