C# Class TI.Toolbox.CmdLineArgs

显示文件 Open project: x893/BTool Class Usage Examples

Public Methods

Method Description
Count ( ) : int
FindArg ( string cmdArg ) : bool
FindArgParam ( string cmdArg, string &argParam ) : bool
Get ( string &cmdArgs ) : bool
GetCaseSensitivity ( ) : bool
Set ( string args ) : bool
SetCaseSensitivity ( bool newCaseSensitivity ) : bool

Private Methods

Method Description
Compare ( string cmdLineArg, string cmdArg ) : bool

Method Details

Count() public method

public Count ( ) : int
return int

FindArg() public method

public FindArg ( string cmdArg ) : bool
cmdArg string
return bool

FindArgParam() public method

public FindArgParam ( string cmdArg, string &argParam ) : bool
cmdArg string
argParam string
return bool

Get() public method

public Get ( string &cmdArgs ) : bool
cmdArgs string
return bool

GetCaseSensitivity() public method

public GetCaseSensitivity ( ) : bool
return bool

Set() public method

public Set ( string args ) : bool
args string
return bool

SetCaseSensitivity() public method

public SetCaseSensitivity ( bool newCaseSensitivity ) : bool
newCaseSensitivity bool
return bool