How can I get the PID of the parent process of my application
Posted
by Salvador
on Stack Overflow
See other posts from Stack Overflow
or by Salvador
Published on 2010-03-28T03:53:11Z
Indexed on
2010/03/28
4:03 UTC
Read the original article
Hit count: 226
c#
My winform application is launched by another application (the parent), i need determine the pid of the application wich launch my application using c#.
© Stack Overflow or respective owner