C# Class Build.Shell

Afficher le fichier Open project: plioi/parsley

Méthodes publiques

Méthode Description
dotnet ( string command ) : void
run ( string commandName, string arguments = "" ) : void

Method Details

dotnet() public static méthode

public static dotnet ( string command ) : void
command string
Résultat void

run() public static méthode

public static run ( string commandName, string arguments = "" ) : void
commandName string
arguments string
Résultat void