The MemAssertion class provides static methods for making assertions about the memory usage of the profiled process.

Namespace:  SciTech.NetMemProfiler
Assembly:  MemProfiler2 (in MemProfiler2.dll)

Syntax

C#
public sealed class MemAssertion
Visual Basic
Public NotInheritable Class MemAssertion
Visual C++
public ref class MemAssertion sealed

Inheritance Hierarchy

System..::..Object
  SciTech.NetMemProfiler..::..MemAssertion

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also