C# 클래스 Orient.Tests.ProcessUtilities

파일 보기 프로젝트 열기: workshare/OrientDB-NET.binary

공개 메소드들

메소드 설명
KillProcessTree ( Process root ) : void

비공개 메소드들

메소드 설명
GetParentProcessId ( Process p ) : int
GetProcessAndChildren ( Process plist, Process parent, List output, int indent ) : void

메소드 상세

KillProcessTree() 공개 정적인 메소드

public static KillProcessTree ( Process root ) : void
root System.Diagnostics.Process
리턴 void