MemoryPressureFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Memory pressure flags surfaced by the DispatchSource.MemoryPressure dispatch source.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum MemoryPressureFlags
type MemoryPressureFlags =
- Inheritance
-
MemoryPressureFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
Normal | 1 | The system memory pressure condition has returned to normal. |
Warn | 2 | The system memory pressure condition has changed to warning. |
Critical | 4 | The system memory pressure condition has changed to critical. |
Remarks
Determins the reason for invoking a memory pressure handler, or to configure the memory pressure handler.