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