Click or drag to resize

GarbageCollectorProperty Enumeration

Gets or sets the property of System.GC to retrieve.

Namespace:  NLog.LayoutRenderers
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public enum GarbageCollectorProperty
Members
  Member nameValueDescription
TotalMemory0 Total memory allocated.
TotalMemoryForceCollection1 Total memory allocated (perform full garbage collection first).
CollectionCount02 Gets the number of Gen0 collections.
CollectionCount13 Gets the number of Gen1 collections.
CollectionCount24 Gets the number of Gen2 collections.
MaxGeneration5 Maximum generation number supported by GC.
See Also