AssertionsSession represents an assertions session started by a call
to BeginAssertions()()()().
Namespace:
SciTech.NetMemProfilerBy disposing an AssertionsSession instance the memory assertions session will be ended.
Assembly: MemProfiler2 (in MemProfiler2.dll)
Syntax
| C# |
|---|
public struct AssertionsSession : IDisposable |
| Visual Basic |
|---|
Public Structure AssertionsSession _ Implements IDisposable |
| Visual C++ |
|---|
public value class AssertionsSession : IDisposable |