Command(String) - конструктор |
Initializes a new instance of the Command class using the specified command name.
Пространство имён:
Tessa.Platform.CommandLine
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected Command(
string name
)
Protected Sub New (
name As String
)
protected:
Command(
String^ name
)
new :
name : string -> Command
Параметры
- name
- Тип: SystemString
The name for a command.
Исключения Заметки
A name can contain letters, digits and underscore characters.
См. также