C# Class ProcessUtil.Program

显示文件 Open project: SarathR/ProcessUtil

Public Methods

Method Description
ProcessArgs ( string args ) : Param
ProcessOption ( string option ) : Options
ProcessParam ( string rawParam ) : Param

Private Methods

Method Description
ExecuteOption ( Param param ) : void
ExecuteOption ( Param param, Process process ) : void
Main ( string args ) : void

Method Details

ProcessArgs() public static method

public static ProcessArgs ( string args ) : Param
args string
return Param

ProcessOption() public static method

public static ProcessOption ( string option ) : Options
option string
return Options

ProcessParam() public static method

public static ProcessParam ( string rawParam ) : Param
rawParam string
return Param