Struct ActiveTest
Represents a test that has been started using MemProfiler.BeginTest. Disposing this object is the equivalent of calling EndTest().
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 ActiveTest : IDisposable
Methods
Name | Description |
---|---|
Dispose() | Ends the test that was started using MemProfiler.BeginTest. |