GCMemoryInfo.HeapSizeBytes プロパティ

定義

最後のガベージ コレクションが発生したときのヒープの合計サイズを取得します。

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

プロパティ値

Int64

最後のガベージ コレクションが発生したときの合計ヒープ サイズ (バイト単位)。

適用対象