C# Class SepLabs.Projects.TfsManualBuildCreator.Options

Command-line options parser.
ファイルを表示 Open project: sep/TfsManualBuildCreator Class Usage Examples

Private Properties

Property Type Description
GetIsValid bool
GetUsage string

Public Methods

Method Description
GetOptions ( string args ) : Options

Factory method that creates an Options object.

Private Methods

Method Description
GetIsValid ( Options options ) : bool
GetUsage ( ) : string

Method Details

GetOptions() public static method

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