C# Class MonkeyWrench.ProcessHelperMac

Inheritance: IProcessHelper
Mostra file Open project: rolfbjarne/monkeywrench

Protected Methods

Method Description
GetChildren ( int pid ) : List
Kill ( IEnumerable pids ) : void

Method Details

GetChildren() protected method

protected GetChildren ( int pid ) : List
pid int
return List

Kill() protected method

protected Kill ( IEnumerable pids ) : void
pids IEnumerable
return void