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.6.0.22
public CommandContextScope(
params Command[] commands
)
Public Sub New (
ParamArray commands As Command()
)
public:
CommandContextScope(
... array<Command^>^ commands
)
new :
commands : Command[] -> CommandContextScope
Параметры
- commands Command
- The array of commands to use when creating the scope for a new CommandContext.