In Task Manager, goto View > Select Columns. That'll enable you to check/uncheck a whole bunch of other info columns for each process. Check it out and see what all you need.
I can see information, thats not big deal, but I need the same information in my program that I'm writing in C#. How to pogramatically get that information.
I can see information, thats not big deal, but I need the same information in my program that I'm writing in C#. How to pogramatically get that information.
Try using System.Diagnostics this will give you access to the Process object which should give you access to remote and local processes etc.
System.Diagnostics.Process is all I need, I already figuread that but thanks anyway. Thas anyone know way in .NET framework 2.0 I cant get informations about System Idle Time??