Interface ICli
Defines command line interfaces for command that interacts with an operating system.
Определяет интерфейс командной строки, для команды взаимодействующей с операционной системой.
Namespace: Platform.Interfaces
Assembly: Platform.Interfaces.dll
Syntax
public interface ICli
Methods
| Improve this Doc View SourceRun(String[])
Runs a command.
Запускает команду.
Declaration
int Run(params string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| String[] | args | Arguments for a command. Аргументы для команды. |
Returns
| Type | Description |
|---|---|
| Int32 | Returns command's exit code. Возвращает код выхода команды. |