C# Class NekoKun.Core.CommandLineParser

Afficher le fichier Open project: NekoProject/NekoKun

Protected Properties

Свойство Type Description
cmdClass System.Type
defaults List
methods System.Reflection.MethodInfo>.Dictionary

Méthodes publiques

Méthode Description
CommandLineParser ( System CommandClass ) : System
Execute ( List args ) : void
Parse ( string args ) : List
ParseAndExecute ( string args ) : void
ShowHelpEntry ( string argf ) : void

Private Methods

Méthode Description
ExecuteInner ( System methods, ParsedArgument param, string argf ) : void

Method Details

CommandLineParser() public méthode

public CommandLineParser ( System CommandClass ) : System
CommandClass System
Résultat System

Execute() public méthode

public Execute ( List args ) : void
args List
Résultat void

Parse() public méthode

public Parse ( string args ) : List
args string
Résultat List

ParseAndExecute() public méthode

public ParseAndExecute ( string args ) : void
args string
Résultat void

ShowHelpEntry() public méthode

public ShowHelpEntry ( string argf ) : void
argf string
Résultat void

Property Details

cmdClass protected_oe property

protected Type,System cmdClass
Résultat System.Type

defaults protected_oe property

protected List defaults
Résultat List

methods protected_oe property

protected Dictionary methods
Résultat System.Reflection.MethodInfo>.Dictionary