C# Class Stratosphere.Command.CommandLineParser

ファイルを表示 Open project: petrohi/Stratosphere Class Usage Examples

Public Methods

Method Description
AddOption ( string name, bool lastArgument, string helpText ) : void
CommandLineParser ( ) : System
Parse ( string commandLine ) : CommandLineOptions
WriteOptionHelp ( string name ) : void
WriteOptions ( ) : void

Method Details

AddOption() public method

public AddOption ( string name, bool lastArgument, string helpText ) : void
name string
lastArgument bool
helpText string
return void

CommandLineParser() public method

public CommandLineParser ( ) : System
return System

Parse() public method

public Parse ( string commandLine ) : CommandLineOptions
commandLine string
return CommandLineOptions

WriteOptionHelp() public method

public WriteOptionHelp ( string name ) : void
name string
return void

WriteOptions() public method

public WriteOptions ( ) : void
return void