Class CommandSuggestion
public class CommandSuggestion : Suggestion
- Inheritance
-
CommandSuggestion
- Inherited Members
- Extension Methods
Constructors
CommandSuggestion(string, string, ParameterInfo[])
public CommandSuggestion(string domain, string command, ParameterInfo[] parameterInfos)
Parameters
domain
stringcommand
stringparameterInfos
ParameterInfo[]
Fields
Command
public string Command
Field Value
Domain
public string Domain
Field Value
ParameterInfos
public ParameterInfo[] ParameterInfos
Field Value
Properties
FullCommand
public string FullCommand { get; }
Property Value
Methods
CanBeSelected()
public override bool CanBeSelected()
Returns
GetDisplayTextWithMaxParameter(int, bool)
public string GetDisplayTextWithMaxParameter(int maxParameterIndex, bool color)
Parameters
Returns
GetInputValue()
public override string GetInputValue()
Returns
HighlightParameter(int)
public void HighlightParameter(int parameterIndex)
Parameters
parameterIndex
int
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.