C# Class MonkeyWrench.ProcessHelperLinux

Inheritance: IProcessHelper
Afficher le fichier Open project: rolfbjarne/monkeywrench Class Usage Examples

Méthodes publiques

Méthode Description
Exit ( int exitcode ) : void

Méthodes protégées

Méthode Description
GetChildren ( int pid ) : List
Kill ( IEnumerable pids ) : void
Kill ( int pid ) : void

Private Methods

Méthode Description
KillImpl ( IEnumerable pids ) : void

Implementation using kill

exit ( int exitcode ) : void

Method Details

Exit() public méthode

public Exit ( int exitcode ) : void
exitcode int
Résultat void

GetChildren() protected méthode

protected GetChildren ( int pid ) : List
pid int
Résultat List

Kill() protected méthode

protected Kill ( IEnumerable pids ) : void
pids IEnumerable
Résultat void

Kill() protected méthode

protected Kill ( int pid ) : void
pid int
Résultat void