MemoryGauge Constructor (Form, Control)CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the MemoryGauge class.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public MemoryGauge(
	Form form,
	Control control
)
Remarks

The specified control will by default display the memory used in megabytes. If ShowRelative is set to true, it will instead display the percentage of memory in use.
See Also