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

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

Initializes a new instance of the CommandContextScope class that uses the specified array of Command and escaped name of the entry point Assembly to create a new CommandContext for the scope.

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

Параметры

commands
Тип: Tessa.Platform.CommandLineCommand
The array of commands to use when creating the scope for a new CommandContext.
См. также