ProcessMemoryReport.TotalWorkingSetUsage プロパティ

定義

プロセスのワーキング セットの合計使用量を取得します。

public:
 property unsigned long long TotalWorkingSetUsage { unsigned long long get(); };
uint64_t TotalWorkingSetUsage();
public ulong TotalWorkingSetUsage { get; }
var uInt64 = processMemoryReport.totalWorkingSetUsage;
Public ReadOnly Property TotalWorkingSetUsage As ULong

プロパティ値

UInt64

unsigned long long

uint64_t

プロセスのワーキング セットの合計使用量。

適用対象