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: 2.0.0
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets 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