MemoryGauge MembersCleanCode C# Libraries v1.2.03 API

The MemoryGauge type exposes the following members.
Constructors

  NameDescription
Public methodMemoryGauge(Form, Control)
Initializes a new instance of the MemoryGauge class.
Public methodMemoryGauge(Form, ToolStripItem)
Initializes a new instance of the MemoryGauge class.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodUpdateUsage
Updates the memory usage display on the Control or ToolStripItem, either with an absolute figure or a relative figure, depending on the ShowRelative property.
Back to Top
Properties

  NameDescription
Public propertyShowRelative
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.
Back to Top
See Also