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

Command(String) - конструктор

Initializes a new instance of the Command class using the specified command name.

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

Параметры

name
Тип: SystemString
The name for a command.
Исключения
ИсключениеУсловие
ArgumentNullExceptionname is null.
ArgumentExceptionname is an empty string (""), or contains one or more invalid characters.
Заметки
A name can contain letters, digits and underscore characters.
См. также