ApprovalTests.Utilities.ParentProcessUtils.GetParentProcess C# (CSharp) Method

GetParentProcess() public static method

public static GetParentProcess ( Process currentProcess ) : Process
currentProcess System.Diagnostics.Process
return System.Diagnostics.Process
        public static Process GetParentProcess(Process currentProcess)
        {
            return currentProcess.ParentProcess();
        }