Command(String) - конструктор
Initializes a new instance of the Command class using the specified command name.
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
protected Command(
string name
)
Protected Sub New (
name As String
)
protected:
Command(
String^ name
)
new :
name : string -> Command
Параметры
- name String
- The name for a command.
A name can contain letters, digits and underscore characters.
ArgumentNullException | name is null. |
ArgumentException | name is an empty string (""), or contains one or more invalid characters. |