CommandLineExtensions - класс
Provides a set of static (Shared in Visual Basic) methods for working objects that implement Command instances.
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 4.0.8
public static class CommandLineExtensions
<ExtensionAttribute>
Public NotInheritable Class CommandLineExtensions
[ExtensionAttribute]
public ref class CommandLineExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type CommandLineExtensions = class end
- Inheritance
- Object CommandLineExtensions
| AddCommand | |
| ExecuteAllAsync(Command, CancellationToken) |
Continuously executes a command using standard IO streams until the input stream returns null
or a CommandCanceledException was thrown.
|
| ExecuteAllAsync(Command, Char, CancellationToken) | |
| ExecuteAllAsync(Command, TextReader, TextWriter, CancellationToken) |
Continuously executes a command using specified IO streams until the input stream returns null
or a CommandCanceledException was thrown.
|
| ExecuteAllAsync(Command, TextReader, TextWriter, TextWriter, CancellationToken) |
Continuously executes a command using specified IO streams until the input stream returns null
or a CommandCanceledException was thrown.
|
| ExecuteAllAsync(Command, TextReader, TextWriter, TextWriter, Char, CancellationToken) | |
| ExecuteSingleAsync(Command, CancellationToken) |
Executes a command using standard IO streams.
|
| ExecuteSingleAsync(Command, Char, CancellationToken) | |
| ExecuteSingleAsync(Command, TextReader, TextWriter, CancellationToken) |
Executes a command using specified IO streams.
|
| ExecuteSingleAsync(Command, TextReader, TextWriter, TextWriter, CancellationToken) |
Executes a command using specified IO streams.
|
| ExecuteSingleAsync(Command, TextReader, TextWriter, TextWriter, Char, CancellationToken) | |