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.

Definition

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

Параметры

commands  Command
The array of commands to use when creating the scope for a new CommandContext.

См. также