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