GCGenerationInfo 構造体
定義
GCMemoryInfo で報告された GC へのエントリと終了時の世代のサイズと断片化を表します。Represents the size and the fragmenation of a generation on entry and on exit of the GC reported in GCMemoryInfo.
public value class GCGenerationInfo
public struct GCGenerationInfo
type GCGenerationInfo = struct
Public Structure GCGenerationInfo
- 継承
プロパティ
FragmentationAfterBytes |
報告されたコレクションから終了時の断片化をバイト単位で取得します。Gets the fragmentation in bytes on exit from the reported collection. |
FragmentationBeforeBytes |
報告されたコレクションへのエントリの断片化をバイト単位で取得します。Gets the fragmentation in bytes on entry to the reported collection. |
SizeAfterBytes |
報告されたコレクションの終了時のサイズ (バイト単位) を取得します。Gets the size in bytes on exit from the reported collection. |
SizeBeforeBytes |
報告されたコレクションへのエントリのサイズ (バイト単位) を取得します。Gets the size in bytes on entry to the reported collection. |