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.

Definition

Namespace: DevCase.ThirdParty.GeckoFx
Assembly: 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; }

Property Value

Boolean
if swappable memory is enabled, otherwise, .

Remarks

Recommended value:

See Also