Describes the status of the memory.

Namespace:  MbUnit.Core.Monitoring
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
[ObsoleteAttribute("Uses GC information")]
public sealed class MemoryStatus
Visual Basic (Declaration)
<ObsoleteAttribute("Uses GC information")> _
Public NotInheritable Class MemoryStatus

Remarks

The code to retreive the total physical and available physical memory was takened from the AUT project (http://aut.tigris.org).

Inheritance Hierarchy

System..::.Object
  MbUnit.Core.Monitoring..::.MemoryStatus

See Also