ProcessMemoryUsageReport.PeakPageFileSizeInBytes プロパティ

定義

プロセスによって使用されるメモリ ページ ファイルの最大サイズをバイト単位で取得します。

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

プロパティ値

UInt64

unsigned long long

uint64_t

プロセスによって使用されるメモリ ページ ファイルの最大サイズ (バイト単位)。

適用対象