C# Class NAppUpdate.Updater.ArgumentsParser

Afficher le fichier Open project: piotrwest/NAppUpdateMono Class Usage Examples

Méthodes publiques

Méthode Description
ArgumentsParser ( string args ) : System
DumpArgs ( ) : string
Get ( ) : ArgumentsParser
Parse ( string args ) : void
ParseCommandLineArgs ( ) : void

Méthodes protégées

Méthode Description
ArgumentsParser ( ) : System

Private Methods

Méthode Description
CleanArg ( string arg ) : string

Method Details

ArgumentsParser() protected méthode

protected ArgumentsParser ( ) : System
Résultat System

ArgumentsParser() public méthode

public ArgumentsParser ( string args ) : System
args string
Résultat System

DumpArgs() public méthode

public DumpArgs ( ) : string
Résultat string

Get() public static méthode

public static Get ( ) : ArgumentsParser
Résultat ArgumentsParser

Parse() public méthode

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

ParseCommandLineArgs() public méthode

public ParseCommandLineArgs ( ) : void
Résultat void