Struct MemAssertion.AssertionsSession
AssertionsSession represents an assertions session started by a call to BeginAssertions().
By disposing an AssertionsSession instance the memory assertions session will be ended.
Implements
System.IDisposable
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SciTech.NetMemProfiler
Assembly: SciTech.MemProfilerApi.dll
Syntax
public struct AssertionsSession : IDisposable
Methods
Name | Description |
---|---|
Dispose() | Ends the assertions session represented by the AssertionsSession instance. |