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.
Namespace: DevCase.Core.IO.MemoryAssembly: 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; }
Public Property Minimum As ULong
Get
Set
Dim instance As LowMemoryNotificationContext
Dim value As ULong
value = instance.Minimum
instance.Minimum = value
public:
property unsigned long long Minimum {
unsigned long long get ();
void set (unsigned long long value);
}
member Minimum : uint64 with get, set
No code example is currently available or this language may not be supported.
Property Value
UInt64