CustomBar: Plugin Reference

SystemInfo.FreeMem

Obtains the amount of free memory available to the system.

SystemInfo.FreeMem( string Unit )

Parameters

Unit

Unit to return information in. Can be one of the following:

B - Bytes
KB - Kilobytes
MB - Megabytes
GB - Gigabytes
% - Percent.

Return Value (integer)

Free memory, in Unit units.