GCGenerationInfo 結構

定義

代表進入和離開 GCMemoryInfo 中報告的 GC 時所產生的大小和片段。

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

屬性

FragmentationAfterBytes

取得離開報告集合時的片段 (以位元組為單位)。

FragmentationBeforeBytes

取得進入報告集合時的片段 (以位元組為單位)。

SizeAfterBytes

取得離開報告集合時的大小 (以位元組為單位)。

SizeBeforeBytes

取得進入報告集合時的大小 (以位元組為單位)。

適用於