C# Class mo.Mode

Class Mode configures Console devices.
显示文件 Open project: boolship/Mo Class Usage Examples

Public Methods

Method Description
Main ( string args ) : void

Mo program main method

ParseCommands ( ICollection args ) : bool

Parse program arguments.

Run ( string args ) : bool

Program run() method

Method Details

Main() public static method

Mo program main method
public static Main ( string args ) : void
args string /// The program arguments entered by user. ///
return void

ParseCommands() public method

Parse program arguments.
public ParseCommands ( ICollection args ) : bool
args ICollection /// The program arguments. ///
return bool

Run() public method

Program run() method
/// Some error in program arguments. ///
public Run ( string args ) : bool
args string /// The program arguments. ///
return bool