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

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

Initializes a new instance of the CommandContext class using the specified command name and child commands.

Пространство имён:  Tessa.Platform.CommandLine
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public CommandContext(
	string name,
	params Command[] commands
)

Параметры

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