Get a process's child process

A

Agnes

Hi,

Is there a way to get the current process's child processes?

Or given a user, get all the processes that are running as that user using
C#?

Thank you in advance!

Agnes
 
C

Cowboy \(Gregory A. Beamer\)

I am not sure how, but you will have to poke into the Windows API. For sigs,
check pinvoke.net. That is the way the utilities that use this type of info
work.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 

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