I was looking a lot for method to get parent process in .NET, but found only P/Invoke way.
|
1
|
|||||
|
|
|
Here is managed way:
|
|||
|
|
|
|
Is this actually a question? Using the System.Management namespace could work too. Run a WMI query using the Win32_Process to get the |
|||
|
|
