Click or drag to resize

GSF.Console Namespace

Contains classes used for parsing command line parameters and managing console applications.
Classes
  Class Description
Public class Code example Arguments Represents an ordered set of arguments along with optional arguments parsed from a command-line.
Public class Command Defines methods related to command line operations
Public class CommandException Represents an exception that is thrown when Execute(String, String, Int32) reports standard error output.
Public class CommandResponse Represents a response that is returned from Execute(String, String, Int32) with standard output and exit code.
Public class Code example Events Defines a set of consumable events that can be raised by a console application.