Task manager in C#

  • Thread starter Thread starter Andrus
  • Start date Start date
A

Andrus

How to create task manager which shows process description and CPU columns
like
in windows Task Manager?

I looked into Process class but it does not have Task Maanger CPU and
process description
column properties.
Also it returns lot of duplicate process names as "svchost" .
How to explore from C# code what is really running instead of svchost
generic name ?

Andrus.
 
Back
Top