Enum GcType
Type classification of a garbage collection. Values match GCStart_V2.Type from the
Microsoft-Windows-DotNETRuntime EventSource — do not renumber.
public enum GcType : byte
Fields
Background = 1Background (concurrent) GC.
BlockingDuringBackground = 2Blocking GC that ran while a background GC was active.
BlockingOutsideBackground = 0Blocking GC that ran entirely outside any background GC window.