Command repository.
Declaration Syntax
public class CommandRepository
Table 365: Members
Method | GetCommandByIndex(int) |
Gets the commands by index. |
Method | GetCommandName(CommandsType, int) |
Gets the name of commands of a type specified by params eCommandsType and index in the repository. |
Method | GetCommandNames(CommandsType) |
Gets the command names of a type specified by params eCommandsType and index in the repository. |
Method | GetCommandNamesCount(CommandsType) |
Gets the number of commands of a type specified by param=eCommandsType in the repository. |
Method | GetCommandsByName(string) |
Gets the commands by name. |