| HelpText Methods |
The HelpText type exposes the following members.
| Name | Description | |
|---|---|---|
| AddOptions(Object) |
Adds a text block with options usage string.
| |
| AddOptions(Object, String) |
Adds a text block with options usage string.
| |
| AddOptions(Object, String, Int32) |
Adds a text block with options usage string.
| |
| AddPostOptionsLine |
Adds a text line at the bottom, after options usage string.
| |
| AddPreOptionsLine |
Adds a text line after copyright and before options usage strings.
| |
| AutoBuild(Object) |
Creates a new instance of the HelpText class using common defaults.
| |
| AutoBuild(Object, String) |
Creates a new instance of the HelpText class using common defaults,
for verb commands scenario.
| |
| AutoBuild(Object, ActionHelpText, Boolean) |
Creates a new instance of the HelpText class using common defaults.
| |
| DefaultParsingErrorsHandler |
Supplies a default parsing error handler implementation.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnFormatOptionHelpText |
The OnFormatOptionHelpText method also allows derived classes to handle the event without attaching a delegate.
This is the preferred technique for handling the event in a derived class.
| |
| RenderParsingErrorsText |
Builds a string that contains a parsing error message.
| |
| ToString |
Returns the help screen as a String.
(Overrides ObjectToString.) |