C# Class System.IO.Shell

Afficher le fichier Open project: kirnosenko/msr-tools Class Usage Examples

Méthodes publiques

Méthode Description
Run ( string command, string arguments ) : void
RunAndWaitForExit ( string command, string arguments, Stream output ) : void

Method Details

Run() public static méthode

public static Run ( string command, string arguments ) : void
command string
arguments string
Résultat void

RunAndWaitForExit() public static méthode

public static RunAndWaitForExit ( string command, string arguments, Stream output ) : void
command string
arguments string
output Stream
Résultat void