C# Class Common.StartupArgs

Afficher le fichier Open project: vitalyobukhov/WebSaver Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string args ) : bool

Méthodes protégées

Méthode Description
InnerParse ( string args ) : bool
StartupArgs ( bool useKey = true, bool useMinOptionsCount = true ) : Common.System

Method Details

InnerParse() protected abstract méthode

protected abstract InnerParse ( string args ) : bool
args string
Résultat bool

Parse() public méthode

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

StartupArgs() protected méthode

protected StartupArgs ( bool useKey = true, bool useMinOptionsCount = true ) : Common.System
useKey bool
useMinOptionsCount bool
Résultat Common.System