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

Command - класс

Represents a command that performs an action.
Иерархия наследования

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

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

Конструкторы
  ИмяОписание
Защищённый методCommand(String)
Initializes a new instance of the Command class using the specified command name.
Защищённый методCommand(String, String)
Initializes a new instance of the Command class using the specified command name and description.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоDescription
Gets the description of the command.
Открытое свойствоName
Gets the name of the command.
В начало страницы
Методы
  ИмяОписание
Открытый метод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.
Открытый методExecuteAsync(String)
Executes a command using standard IO streams and specified arguments.
Открытый методExecuteAsync(String)
Executes a command using standard IO streams and specified arguments.
Открытый методExecuteAsync(ArgumentEnumerator)
Executes a command using standard IO streams and specified arguments.
Открытый методExecuteAsync(TextReader, TextWriter)
Executes a command using specified IO streams and arguments which will be read from the input stream.
Открытый методExecuteAsync(TextReader, TextWriter, TextWriter)
Executes a command using specified IO streams and arguments which will be read from the input stream.
Открытый методExecuteAsync(TextReader, TextWriter, String)
Executes a command using specified IO streams and arguments.
Открытый методExecuteAsync(TextReader, TextWriter, String)
Executes a command using specified IO streams and arguments.
Открытый методExecuteAsync(TextReader, TextWriter, ArgumentEnumerator)
Executes a command using specified IO streams and arguments.
Открытый методExecuteAsync(TextReader, TextWriter, TextWriter, String)
Executes a command using specified IO streams and arguments.
Открытый методExecuteAsync(TextReader, TextWriter, TextWriter, String)
Executes a command using specified IO streams and arguments.
Открытый методExecuteAsync(TextReader, TextWriter, TextWriter, ArgumentEnumerator)
Executes a command using specified IO streams and arguments.
Защищённый методExecuteCoreAsync
When overridden in a derived class, provides execution logic.
Защищённый метод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.)
В начало страницы
Операторы
Методы расширения
  ИмяОписание
Открытый метод расширения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.)
В начало страницы
См. также