Enum AssertionsThread
This enum defines the possible values for the assertionsThread parameter to the assertion methods MemAssertion.NoNewInstances and MemAssertion.NoNewInstancesExcept.
Namespace: SciTech.NetMemProfiler
Assembly: SciTech.MemProfilerApi.dll
Syntax
public enum AssertionsThread
Fields
| Name | Description |
|---|---|
| All | Indicates that all instances creates since the comparison snapshot should be checked by the assertion. |
| Caller | Indicates that only instances created by the calling thread should be checked by the assertion. |