메소드 | 설명 | |
---|---|---|
AddOptions ( object options ) : void |
Adds a text block with options usage informations.
|
|
AddOptions ( object options, string requiredWord ) : void |
Adds a text block with options usage informations.
|
|
AddPreOptionsLine ( string value ) : void |
Adds a text line after copyright and before options usage informations.
|
|
HelpText ( string heading ) : System |
Initializes a new instance of the CommandLine.Text.HelpText class specifying heading informations.
|
|
ToString ( ) : string |
Returns the help informations as a System.String.
|
메소드 | 설명 | |
---|---|---|
AddLine ( StringBuilder builder, string value ) : void | ||
GetLength ( StringBuilder value ) : int | ||
GetLength ( string value ) : int | ||
GetMaxLength ( IList |
||
HelpText ( ) : System |
public AddOptions ( object options ) : void | ||
options | object | The instance that collected command line arguments parsed with |
리턴 | void |
public AddOptions ( object options, string requiredWord ) : void | ||
options | object | The instance that collected command line arguments parsed with the |
requiredWord | string | The word to use when the option is required. |
리턴 | void |
public AddPreOptionsLine ( string value ) : void | ||
value | string | A |
리턴 | void |
public HelpText ( string heading ) : System | ||
heading | string | A string with heading information or
/// an instance of |
리턴 | System |