There's, surprisingly, very little information about the Parent Process ID in VB .NET and even MS' beloved C#

While doing some research, I found that C++ has a built in method that they can use to grab the Parent PID super easy.

I know that WMI has a Parent Process ID... thing... built into it, but I was wondering if anyone knew how to manipulate the Process Class in .NET so I could grab the Parent Process and list all child processes.

Any information is appreciated.

Thanks