GCGenerationInfo 構造体

定義

GCMemoryInfo で報告された GC へのエントリと終了時の世代のサイズと断片化を表します。

public value class GCGenerationInfo
public readonly struct GCGenerationInfo
type GCGenerationInfo = struct
Public Structure GCGenerationInfo
継承
GCGenerationInfo

プロパティ

FragmentationAfterBytes

報告されたコレクションから終了時の断片化をバイト単位で取得します。

FragmentationBeforeBytes

報告されたコレクションへのエントリの断片化をバイト単位で取得します。

SizeAfterBytes

報告されたコレクションの終了時のサイズ (バイト単位) を取得します。

SizeBeforeBytes

報告されたコレクションへのエントリのサイズ (バイト単位) を取得します。

適用対象