Click or drag to resize

MemoryStatus Class

Represents a snapshot of the system's memory status.
Inheritance Hierarchy
SystemObject
  Ookii.JumboMemoryStatus

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public sealed class MemoryStatus : IDisposable

The MemoryStatus type exposes the following members.

Constructors
 NameDescription
Public methodMemoryStatus Initializes a new instance of the MemoryStatus class.
Top
Properties
 NameDescription
Public propertyAvailablePhysicalMemory Gets the amount of available physical memory.
Public propertyAvailableSwap Gets the amount of swap space available.
Public propertyBufferedMemory Gets the amount of memory that is used as buffers. This value is not available on Windows.
Public propertyCachedMemory Gets the amount of memory that is used as cache. This value is not available on Windows.
Public propertyTotalPhysicalMemory Gets the total size of the physical memory.
Public propertyTotalSwap Gets the total size of the swap space.
Top
Methods
 NameDescription
Public methodDispose Releases all resources used by the MemoryStatus class.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRefresh Refreshes the memory snapshot.
Public methodToString Returns a string representation of the current MemoryStatus.
(Overrides ObjectToString)
Top
See Also