Class CommandInfoAttribute
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Parameter, AllowMultiple = false)]
public sealed class CommandInfoAttribute : Attribute
- Inheritance
-
CommandInfoAttribute
- Inherited Members
Constructors
CommandInfoAttribute(string)
public CommandInfoAttribute(string description)
Parameters
description
string
CommandInfoAttribute(string, string)
public CommandInfoAttribute(string description, string usage)
Parameters
Properties
Description
public string Description { get; }
Property Value
Usage
public string Usage { get; }