C# Class SylphyHorn.CommandLineArgsBase

Afficher le fichier Open project: Grabacr07/SylphyHorn

Méthodes publiques

Méthode Description
CreateOption ( string propertyName, string value ) : CommandLineOption
GetKey ( string propertyName ) : string

Méthodes protégées

Méthode Description
CommandLineArgsBase ( string args, string keyPrefixOverride = null, string separatorsOverride = null ) : System

Method Details

CommandLineArgsBase() protected méthode

protected CommandLineArgsBase ( string args, string keyPrefixOverride = null, string separatorsOverride = null ) : System
args string
keyPrefixOverride string
separatorsOverride string
Résultat System

CreateOption() public méthode

public CreateOption ( string propertyName, string value ) : CommandLineOption
propertyName string
value string
Résultat CommandLineOption

GetKey() public méthode

public GetKey ( string propertyName ) : string
propertyName string
Résultat string