C# Class MadCow.ProcessFinder

Afficher le fichier Open project: OverlordCW/MadCow Class Usage Examples

Méthodes publiques

Méthode Description
FindProcess ( string appName ) : bool
KillProcess ( string appKillName ) : void

Method Details

FindProcess() public static méthode

public static FindProcess ( string appName ) : bool
appName string
Résultat bool

KillProcess() public static méthode

public static KillProcess ( string appKillName ) : void
appKillName string
Résultat void