C# Class TI.Toolbox.CmdLineArgs

Afficher le fichier Open project: x893/BTool Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Compare ( string cmdLineArg, string cmdArg ) : bool

Method Details

Count() public méthode

public Count ( ) : int
Résultat int

FindArg() public méthode

public FindArg ( string cmdArg ) : bool
cmdArg string
Résultat bool

FindArgParam() public méthode

public FindArgParam ( string cmdArg, string &argParam ) : bool
cmdArg string
argParam string
Résultat bool

Get() public méthode

public Get ( string &cmdArgs ) : bool
cmdArgs string
Résultat bool

GetCaseSensitivity() public méthode

public GetCaseSensitivity ( ) : bool
Résultat bool

Set() public méthode

public Set ( string args ) : bool
args string
Résultat bool

SetCaseSensitivity() public méthode

public SetCaseSensitivity ( bool newCaseSensitivity ) : bool
newCaseSensitivity bool
Résultat bool