Для изменения размера нажмите или перетащите

CommandContext - класс

Implements a Command that executes a child command.
Иерархия наследования

Пространство имён:  Tessa.Platform.CommandLine
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public sealed class CommandContext : Command

Тип CommandContext предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методCommandContext(String, Command)
Initializes a new instance of the CommandContext class using the specified command name and child commands.
Открытый методCommandContext(String, String, Command)
Initializes a new instance of the CommandContext class using the specified command name, the description and child commands.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоCommands
Gets a CommandCollection of child commands of this CommandContext.
Открытое свойствоСтатический членCurrent
Gets the current context for the current command thread.
Открытое свойствоDescription
Gets the description of the command.
(Унаследован от Command.)
Открытое свойствоName
Gets the name of the command.
(Унаследован от Command.)
Открытое свойствоСтатический членRoot
Gets the root context for the current thread.
В начало страницы
Методы
  ИмяОписание
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Открытый методExecuteAsync
Executes a command using standard IO streams and arguments which will be read from the input stream.
(Унаследован от Command.)
Открытый методExecuteAsync(String)
Executes a command using standard IO streams and specified arguments.
(Унаследован от Command.)
Открытый методExecuteAsync(String)
Executes a command using standard IO streams and specified arguments.
(Унаследован от Command.)
Открытый методExecuteAsync(ArgumentEnumerator)
Executes a command using standard IO streams and specified arguments.
(Унаследован от Command.)
Открытый методExecuteAsync(TextReader, TextWriter)
Executes a command using specified IO streams and arguments which will be read from the input stream.
(Унаследован от Command.)
Открытый методExecuteAsync(TextReader, TextWriter, TextWriter)
Executes a command using specified IO streams and arguments which will be read from the input stream.
(Унаследован от Command.)
Открытый методExecuteAsync(TextReader, TextWriter, String)
Executes a command using specified IO streams and arguments.
(Унаследован от Command.)
Открытый методExecuteAsync(TextReader, TextWriter, String)
Executes a command using specified IO streams and arguments.
(Унаследован от Command.)
Открытый методExecuteAsync(TextReader, TextWriter, ArgumentEnumerator)
Executes a command using specified IO streams and arguments.
(Унаследован от Command.)
Открытый методExecuteAsync(TextReader, TextWriter, TextWriter, String)
Executes a command using specified IO streams and arguments.
(Унаследован от Command.)
Открытый методExecuteAsync(TextReader, TextWriter, TextWriter, String)
Executes a command using specified IO streams and arguments.
(Унаследован от Command.)
Открытый методExecuteAsync(TextReader, TextWriter, TextWriter, ArgumentEnumerator)
Executes a command using specified IO streams and arguments.
(Унаследован от Command.)
Защищённый методExecuteCoreAsync
When overridden in a derived class, provides execution logic.
(Переопределяет CommandExecuteCoreAsync(TextReader, TextWriter, TextWriter, ArgumentEnumerator).)
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияAddCommand(FuncTask)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1(FuncT1, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10(FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11(FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12(FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13(FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14(FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15(FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16(FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2(FuncT1, T2, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2, T3(FuncT1, T2, T3, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2, T3, T4(FuncT1, T2, T3, T4, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2, T3, T4, T5(FuncT1, T2, T3, T4, T5, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2, T3, T4, T5, T6(FuncT1, T2, T3, T4, T5, T6, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2, T3, T4, T5, T6, T7(FuncT1, T2, T3, T4, T5, T6, T7, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2, T3, T4, T5, T6, T7, T8(FuncT1, T2, T3, T4, T5, T6, T7, T8, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияAddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9(FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, Task)Перегружен. (Определяется CommandExtensions.)
Открытый метод расширенияExecuteAllAsyncПерегружен.
Continuously executes a command using standard IO streams until the input stream returns null or a CommandCanceledException was thrown.
(Определяется CommandExtensions.)
Открытый метод расширенияExecuteAllAsync(Char)Перегружен.
(Определяется CommandExtensions.)
Открытый метод расширенияExecuteAllAsync(TextReader, TextWriter)Перегружен.
Continuously executes a command using specified IO streams until the input stream returns null or a CommandCanceledException was thrown.
(Определяется CommandExtensions.)
Открытый метод расширенияExecuteAllAsync(TextReader, TextWriter, TextWriter)Перегружен.
Continuously executes a command using specified IO streams until the input stream returns null or a CommandCanceledException was thrown.
(Определяется CommandExtensions.)
Открытый метод расширенияExecuteAllAsync(TextReader, TextWriter, TextWriter, Char)Перегружен.
(Определяется CommandExtensions.)
Открытый метод расширенияExecuteSingleAsyncПерегружен.
Executes a command using standard IO streams.
(Определяется CommandExtensions.)
Открытый метод расширенияExecuteSingleAsync(Char)Перегружен.
(Определяется CommandExtensions.)
Открытый метод расширенияExecuteSingleAsync(TextReader, TextWriter)Перегружен.
Executes a command using specified IO streams.
(Определяется CommandExtensions.)
Открытый метод расширенияExecuteSingleAsync(TextReader, TextWriter, TextWriter)Перегружен.
Executes a command using specified IO streams.
(Определяется CommandExtensions.)
Открытый метод расширенияExecuteSingleAsync(TextReader, TextWriter, TextWriter, Char)Перегружен.
(Определяется CommandExtensions.)
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также