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