|
Explain the System.Diagnostics namespace in .Net Framework Class Library
|
The System.Diagnostics namespace provides classes that allow applications to interact with system processes, event logs, and performance counters.
Like the Process class provides functionality to monitor system processes across the network, and to start and stop local system processes.
The System.Diagnostics namespace also provides classes that allow you to debug your application and to trace the execution of your code through Trace and Debug classes.
|
|
|
|
|
|
|
|