Class CommandInfo
Information about a command including name, description, and
required/optional arguments.
Assembly: Benday.CommandsFramework.dll
Syntax
Properties
|
Edit this page
View Source
Arguments
Declaration
public ArgumentCollection Arguments { get; }
Property Value
|
Edit this page
View Source
Category
Declaration
public string Category { get; }
Property Value
|
Edit this page
View Source
Description
Declaration
public string Description { get; }
Property Value
|
Edit this page
View Source
IsAsync
Declaration
public bool IsAsync { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value