Click or drag to resize
HelpText Methods

The HelpText type exposes the following members.

Methods
  NameDescription
Public methodAddOptions(Object)
Adds a text block with options usage string.
Public methodAddOptions(Object, String)
Adds a text block with options usage string.
Public methodAddOptions(Object, String, Int32)
Adds a text block with options usage string.
Public methodAddPostOptionsLine
Adds a text line at the bottom, after options usage string.
Public methodAddPreOptionsLine
Adds a text line after copyright and before options usage strings.
Public methodStatic memberAutoBuild(Object)
Creates a new instance of the HelpText class using common defaults.
Public methodStatic memberAutoBuild(Object, String)
Creates a new instance of the HelpText class using common defaults, for verb commands scenario.
Public methodStatic memberAutoBuild(Object, ActionHelpText, Boolean)
Creates a new instance of the HelpText class using common defaults.
Public methodStatic memberDefaultParsingErrorsHandler
Supplies a default parsing error handler implementation.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnFormatOptionHelpText
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.
Public methodRenderParsingErrorsText
Builds a string that contains a parsing error message.
Public methodToString
Returns the help screen as a String.
(Overrides ObjectToString.)
Top
See Also