System.Runtime.GCLatencyMode.LowLatency Field

Enables garbage collection that is more conservative in reclaiming objects. Full collections occur only if the system is under memory pressure, whereas generation 0 and generation 1 collections might occur more frequently

Syntax

GCLatencyMode LowLatency

Remarks

This mode is not available for the server garbage collector.

Requirements

Namespace: System.Runtime
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0