Hackery.ProcessUtils.GetParentProcess C# (CSharp) Method

GetParentProcess() public static method

public static GetParentProcess ( ) : Process
return System.Diagnostics.Process
        public static Process GetParentProcess()
        {
            return GetParentProcess(Process.GetCurrentProcess().Handle);
        }

Same methods

ProcessUtils::GetParentProcess ( IntPtr handle ) : Process
ProcessUtils::GetParentProcess ( int id ) : Process