protected virtual void WriteParserUsageCore(
UsageHelpRequest request
)
Protected Overridable Sub WriteParserUsageCore (
request As UsageHelpRequest
)
Dim request As UsageHelpRequest
Me.WriteParserUsageCore(request)
protected:
virtual void WriteParserUsageCore(
UsageHelpRequest request
)
This is the primary method used to generate usage help for the CommandLineParser class. It calls into the various other methods of this class, so overriding this method should not typically be necessary unless you wish to deviate from the order in which usage elements are written.
The base implementation writes the application description, followed by the usage syntax, followed by the class validator help messages, followed by a list of argument descriptions. Which elements are included exactly can be influenced by the request parameter and the properties of this class.