The MemoryGauge type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| MemoryGauge(Form, Control) |
Initializes a new instance of the MemoryGauge class.
| |
| MemoryGauge(Form, ToolStripItem) |
Initializes a new instance of the MemoryGauge class.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from | ||
| UpdateUsage |
Updates the memory usage display on the Control or ToolStripItem,
either with an absolute figure or a relative figure, depending on
the ShowRelative property.
|
Properties
| Name | Description | |
|---|---|---|
| ShowRelative |
Gets or sets a value indicating whether to show a relative figure
(percentage of memory used) or absolute (the amount of memory used in megabytes).
The default setting is false.
|
See Also