次の方法で共有


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

メモリ ページ ファイルのサイズ (バイト単位)。

適用対象