C# Class Build.Shell

Mostrar archivo Open project: plioi/parsley

Public Methods

Method Description
dotnet ( string command ) : void
run ( string commandName, string arguments = "" ) : void

Method Details

dotnet() public static method

public static dotnet ( string command ) : void
command string
return void

run() public static method

public static run ( string commandName, string arguments = "" ) : void
commandName string
arguments string
return void