UtilGeckoFxTrimOnMinimize Property
Gets or sets a value that determines whether to mark memory as preferably swappable,
from a minimized Mozilla Windows application.
When a program is minimized and left for a period of time,
Windows will swap memory the program is using from RAM onto the hard disk in anticipation that other programs might need RAM.
Namespace: DevCase.ThirdParty.GeckoFxAssembly: DevCase.net48.ThirdParty.GeckoFx (in DevCase.net48.ThirdParty.GeckoFx.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool TrimOnMinimize { get; set; }
Public Shared Property TrimOnMinimize As Boolean
Get
Set
Dim value As Boolean
value = UtilGeckoFx.TrimOnMinimize
UtilGeckoFx.TrimOnMinimize = value
public:
static property bool TrimOnMinimize {
bool get ();
void set (bool value);
}
static member TrimOnMinimize : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if swappable memory is enabled, otherwise,
.
Recommended value: