C# Class WhiskWork.Synchronizer.CommandLineArguments

Afficher le fichier Open project: jorn-ola-birkeland/WhiskWork

Méthodes publiques

Méthode Description
CommandLineArguments ( string args ) : System.Collections.Generic
ContainsArg ( string name ) : bool
GetSafeValues ( string argName ) : IEnumerable
this ( int index ) : string
this ( string argName ) : string

Private Methods

Méthode Description
ParseOptionalParameters ( ) : string>.Dictionary

Method Details

CommandLineArguments() public méthode

public CommandLineArguments ( string args ) : System.Collections.Generic
args string
Résultat System.Collections.Generic

ContainsArg() public méthode

public ContainsArg ( string name ) : bool
name string
Résultat bool

GetSafeValues() public méthode

public GetSafeValues ( string argName ) : IEnumerable
argName string
Résultat IEnumerable

this() public méthode

public this ( int index ) : string
index int
Résultat string

this() public méthode

public this ( string argName ) : string
argName string
Résultat string