Command - конструктор

Initializes a new instance of the Command class using the specified command name and description.

Definition

Пространство имён: Tessa.Platform.CommandLine
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
protected Command(
	string name,
	string? description = null
)

Параметры

name  String
The name of a command.
description  String  (Optional)
The description of a command.

Заметки

A name can contain letters, digits and underscore characters.

Исключения

ArgumentNullExceptionname is null.
ArgumentExceptionname is an empty string (""), or contains one or more invalid characters.

См. также