GCMemoryInfo.PromotedBytes プロパティ

定義

この GC の昇格されたバイトを取得します。

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

プロパティ値

この GC の昇格されたバイト数。

注釈

昇格されたバイトは、ガベージ コレクションが残ったジェネレーションのオブジェクトを表します。

適用対象