MemoryPressureMode Enumeration |
The memory pressure modes for internal bitmap images.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public enum MemoryPressureMode
Public Enumeration MemoryPressureMode
public enum class MemoryPressureMode
Members
| Member name | Value | Description |
---|
| Enable | 0 |
Increase memory pressure for bitmap images. This triggers the garbage collector
very often and can cause stuttering when a large amount of managed memory is allocated.
|
| Disable | 1 |
Disable the incrementation of memory pressure for BitmapImages
|
| Automatic | 2 |
Disable memory pressure when running as 64-bi and enable it when running in a 32-Bit process.
|
See Also