I need to find some Process in the list of running process by its name.
I thought, that it’s a very simple task, but no…
I read similar questions on this site but still don’t found a simple answer.
Process Manager Reference allows to get list of only open processes.
This solution is not bad, but some-wise don’t contains needed application in the result list, even if I see it in ‘top’.
Anybody knows a working solution of such task?
Thanks!
Did you checkout following post (and associated comments):
http://jongampark.wordpress.com/2008/01/26/a-simple-objectie-c-class-for-checking-if-a-specific-process-is-running/
Also: Getting process list and hiding a specific app