Manage system processes and monitor the performance
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
Exam 70-536 Preparation Guide: Manage system processes and monitor the performance of a .NET Framework application by using the diagnostics functionality of the .NET Framework 2.0. (System.Diagnostics namespace)
|
- Get a list of all running processes.
- Retrieve information about the current process.
- Get a list of all modules that are loaded by a process.
PerformanceCounterclass,PerformanceCounterCategory, and CounterCreationData class
- Start a process both by using and by not using command-line arguments.
StackTraceclass
StackFrameclass