GCGenerationInfo 構造体

定義

GCMemoryInfoで報告された GC の入退出時の世代のサイズとフラグを表します。

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

プロパティ

名前 説明
FragmentationAfterBytes

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

FragmentationBeforeBytes

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

SizeAfterBytes

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

SizeBeforeBytes

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

適用対象