[Mono-list] Windows processes

Alex Nedelcu bonefry at gmail.com
Fri Jun 16 20:02:29 EDT 2006


Hi guys,

I want to get the list of processes loaded on Windows, at a given time, 
along with statistics like
cpu usage, memory usage, etc ...

Although it is for a C# project, I do not want a C#-specific solution 
(like System.Diagnostics and stuff).

I also know about WMI, but besides the fact that MONO doesn't support 
WMI yet (AFAIK),
for other reasons I do not want to use WMI.

So ... any other way ?
Any COM objects I could call ?
Any Windows functions from kernel32.dll, or user32.dll ?


Please help me, because I am unfamiliar with the Win32API ... and 
believe me that I searched, and with no success.


Thank you,


More information about the Mono-list mailing list