CommandExecuteAsync(String) - метод
Executes a command using standard IO streams and specified arguments.
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public Task ExecuteAsync(
string args
)
Public Function ExecuteAsync (
args As String
) As Task
public:
Task^ ExecuteAsync(
String^ args
)
member ExecuteAsync :
args : string -> Task
- args String
- Command-line arguments to be passed to the command.
Task