LowMemoryNotificationContextMinimum Property

Gets or sets the minimum required memory, in bytes.

If the total amount of free physical memory for the computer is lower than this value, the Action specified in Action will be invoked once.

Definition

Namespace: DevCase.Core.IO.Memory
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ulong Minimum { get; set; }

Property Value

UInt64

See Also