GCGenerationInfo 구조체

정의

GCMemoryInfo에 보고된 GC의 진출입 시 생성의 크기와 조각화를 나타냅니다.

public value class GCGenerationInfo
public readonly struct GCGenerationInfo
type GCGenerationInfo = struct
Public Structure GCGenerationInfo
상속
GCGenerationInfo

속성

FragmentationAfterBytes

보고된 컬렉션에서 나갈 시 조각화(바이트)를 가져옵니다.

FragmentationBeforeBytes

보고된 컬렉션에 진입 시 조각화(바이트)를 가져옵니다.

SizeAfterBytes

보고된 컬렉션에서 나갈 시 크기(바이트)를 가져옵니다.

SizeBeforeBytes

보고된 컬렉션에 진입 시 크기(바이트)를 가져옵니다.

적용 대상