Manage system processes and monitor the performance

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
Exam Prep. Guides
Exam 70-536 Study Guide

1. Types and collections
2. Process, threading,…
3. Embedding features

4. Serialization, I/O
5. .NET Security
6. Interop., reflection,…
7. Global., drawing, text

edit
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.
  • PerformanceCounter class, PerformanceCounterCategory, and CounterCreationData class
  • Start a process both by using and by not using command-line arguments.
  • StackTrace class
  • StackFrame class

Personal tools