المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : .NET Internals: Examine Running Processes Using Both Managed and Unmanaged Code



C++ Programming
03-29-2009, 02:42 AM
There are plenty of times when you need to get information on running processes, not the least of which is during performance tuning. Using the techniques in this article and special .NET classes you'll see how to get a process' ID, name, priority, number of threads, kernel handle, and memory consumption, as well as its user-mode, kernel-mode, and total elapsed running time and put them to use in a custom app called AssemblyBrowser.

Christophe Nasarre

<a href="http://msdn.microsoft.com/magazine/f7e3ab71-7037-4adc-b184-8fd2e48cd6e4">MSDN Magazine October 2004