C# Class SepLabs.Projects.TfsManualBuildCreator.Options

Command-line options parser.
Afficher le fichier Open project: sep/TfsManualBuildCreator Class Usage Examples

Private Properties

Свойство Type Description
GetIsValid bool
GetUsage string

Méthodes publiques

Méthode Description
GetOptions ( string args ) : Options

Factory method that creates an Options object.

Private Methods

Méthode Description
GetIsValid ( Options options ) : bool
GetUsage ( ) : string

Method Details

GetOptions() public static méthode

Factory method that creates an Options object.
public static GetOptions ( string args ) : Options
args string The command-line arguments.
Résultat Options