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