The System.Diagnostics namespace provides classes with allows you to interact with the system.
Some of these classes:
- Eventlog provides the functionality to read and write to the eventlog.
- Process provides functionality to start, stop en monitor the processes on the system and the network.
- PerformanceCounter enables you to monitor performance counters of the system.