C# Class Deveel.Configuration.CommandLine

Inheritance: ICommandLine, IEnumerable
Afficher le fichier Open project: deveel/deveel-cli Class Usage Examples

Méthodes publiques

Méthode Description
GetEnumerator ( ) : IEnumerator
GetOptionValue ( string optionName ) : IOptionValue

Private Methods

Méthode Description
AddArgument ( string arg ) : void
AddOption ( IOptionValue opt ) : void
CommandLine ( bool parsed ) : System

Method Details

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetOptionValue() public méthode

public GetOptionValue ( string optionName ) : IOptionValue
optionName string
Résultat IOptionValue