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
)
Public Sub New (
name As String,
ParamArray commands As Command()
)
public:
CommandContext(
String^ name,
... array<Command^>^ commands
)
new :
name : string *
commands : Command[] -> CommandContext
Параметры
- name
- Тип: SystemString
The name of a command. - commands
- Тип: Tessa.Platform.CommandLineCommand
The collection of child commands.
Исключения Заметки
A name can contain letters, digits and underscore characters.
См. также