How to determine system processes changed?

  • Thread starter Thread starter yxq
  • Start date Start date
Y

yxq

Hello,
How to determine system processes changed(new created or ended) real time,
like Windows Process Manager?
Thank you
 
Hello,
How to determine system processes changed(new created or ended) real time,
like Windows Process Manager?
Thank you

Though I've never used the feature, I believe you can do this using
WMI via the System.Management namespace. You might search MSDN for
some sample code on how to monitor events.

Thanks,

Seth Rowe
 

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

Back
Top