The InTheHand.Diagnostics namespace provides classes that allow you to interact with system processes.
| C# | Visual Basic |
namespace InTheHand.Diagnostics
Namespace InTheHand.Diagnostics
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| FileVersionInfo |
Provides version information for a physical file in storage memory.
| |
| ProcessHelper |
Provides methods which extend the Process class.
| |
| ProcessModule |
Represents a.dll or .exe file that is loaded into a particular process.
| |
| ProcessThread |
Represents an operating system process thread.
| |
| Stopwatch |
Provides a set of methods and properties that you can use to accurately measure elapsed time.
| |
| TextWriterTraceListener | ||
| TraceEventType |
Identifies the type of event that has caused the trace.
| |
| TraceHelper |
Extends the Trace class.
|