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

Command - методы

Тип 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.)
В начало страницы
См. также