GCMemoryInfo.TotalCommittedBytes プロパティ

定義

マネージド ヒープのコミットされた合計バイト数を取得します。

public:
 property long TotalCommittedBytes { long get(); };
public long TotalCommittedBytes { get; }
member this.TotalCommittedBytes : int64
Public ReadOnly Property TotalCommittedBytes As Long

プロパティ値

Int64

マネージド ヒープのコミットされた合計バイト数。

適用対象