Task manager in C#

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top