| System.Diagnostics Namespace |
| Class | Description | |
|---|---|---|
| Debug |
Provides a set of methods and properties that help debug your code. This
class cannot be inherited.
| |
| StackFrame | Provides information about a StackFrame, which represents a function call on the call stack for the current thread. | |
| StackTrace | Represents a stack trace, which is an ordered collection of one or more stack frames. | |
| Stopwatch |
Provides a set of methods and properties that you can use to accurately measure
elapsed time.
|