CommandExtensions - класс

Provides a set of static (Shared in Visual Basic) methods for working objects that implement Command instances.

Definition

Пространство имён: Tessa.Platform.CommandLine
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public static class CommandExtensions
Inheritance
Object    CommandExtensions

Методы

AddCommand(CommandContext, FuncTask) 
AddCommandT1(CommandContext, FuncT1, Task) 
AddCommandT1, T2(CommandContext, FuncT1, T2, Task) 
AddCommandT1, T2, T3(CommandContext, FuncT1, T2, T3, Task) 
AddCommandT1, T2, T3, T4(CommandContext, FuncT1, T2, T3, T4, Task) 
AddCommandT1, T2, T3, T4, T5(CommandContext, FuncT1, T2, T3, T4, T5, Task) 
AddCommandT1, T2, T3, T4, T5, T6(CommandContext, FuncT1, T2, T3, T4, T5, T6, Task) 
AddCommandT1, T2, T3, T4, T5, T6, T7(CommandContext, FuncT1, T2, T3, T4, T5, T6, T7, Task) 
AddCommandT1, T2, T3, T4, T5, T6, T7, T8(CommandContext, FuncT1, T2, T3, T4, T5, T6, T7, T8, Task) 
AddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9(CommandContext, FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, Task) 
AddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10(CommandContext, FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, Task) 
AddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11(CommandContext, FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, Task) 
AddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12(CommandContext, FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, Task) 
AddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13(CommandContext, FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, Task) 
AddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14(CommandContext, FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, Task) 
AddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15(CommandContext, FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, Task) 
AddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16(CommandContext, FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, Task) 
ExecuteAllAsync(Command) Continuously executes a command using standard IO streams until the input stream returns null or a CommandCanceledException was thrown.
ExecuteAllAsync(Command, Char) 
ExecuteAllAsync(Command, TextReader, TextWriter) Continuously executes a command using specified IO streams until the input stream returns null or a CommandCanceledException was thrown.
ExecuteAllAsync(Command, TextReader, TextWriter, TextWriter) 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) 
ExecuteSingleAsync(Command) Executes a command using standard IO streams.
ExecuteSingleAsync(Command, Char) 
ExecuteSingleAsync(Command, TextReader, TextWriter) Executes a command using specified IO streams.
ExecuteSingleAsync(Command, TextReader, TextWriter, TextWriter) Executes a command using specified IO streams.
ExecuteSingleAsync(Command, TextReader, TextWriter, TextWriter, Char) 

См. также