Click or drag to resize

us.FreeWill.CommandLine Namespace

[Missing <summary> documentation for "N:us.FreeWill.CommandLine"]

Classes
  ClassDescription
Public classCommandLineType
Class that represents the Command Line object. All commands are added to this object. This object parses user commands and routes execution to the appropriate command object event handlers.
Public classCommandType
Every command you need in your CLI should have its own CommandType object.
Public classParameterType
Every parameter for a command will need a ParamterType object.
Enumerations
  EnumerationDescription
Public enumerationCommandResultEnum
Enumerated values that could returned by commands.