GCGenerationInfo 结构

定义

表示在 GCMemoryInfo 中报告的进入和退出 GC 时的大小和生成的碎片量。

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

属性

FragmentationAfterBytes

获取从报告的集合中退出时的碎片量(以字节为单位)。

FragmentationBeforeBytes

获取进入报告的集合时的碎片量(以字节为单位)。

SizeAfterBytes

获取退出报告集合时的大小(以字节为单位)。

SizeBeforeBytes

获取进入报告的集合时的大小(以字节为单位)。

适用于