C# Class sb.Core.App.Args

Afficher le fichier Open project: slicebuild/sb Class Usage Examples

Méthodes publiques

Méthode Description
Args ( string args ) : System
GetLayerParams ( ) : string[]
GetOption ( string name, string def ) : string
GetOsParam ( ) : string
GetOutPath ( ) : string
GetParam ( int pos, string def ) : string
SetOption ( string name, string value ) : void

Private Methods

Méthode Description
FindCommand ( string name ) : ICommand
ParseCommandAndParams ( string args ) : void
ParseOptionValue ( string args, int i, string arg, string optionName ) : int
ParseOptions ( string args ) : void

Method Details

Args() public méthode

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

GetLayerParams() public méthode

public GetLayerParams ( ) : string[]
Résultat string[]

GetOption() public méthode

public GetOption ( string name, string def ) : string
name string
def string
Résultat string

GetOsParam() public méthode

public GetOsParam ( ) : string
Résultat string

GetOutPath() public méthode

public GetOutPath ( ) : string
Résultat string

GetParam() public méthode

public GetParam ( int pos, string def ) : string
pos int
def string
Résultat string

SetOption() public méthode

public SetOption ( string name, string value ) : void
name string
value string
Résultat void