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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) | |
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