protected virtual void WriteCommandHelpInstruction(
string argumentNamePrefix,
string argumentName
)
Protected Overridable Sub WriteCommandHelpInstruction (
argumentNamePrefix As String,
argumentName As String
)
Dim argumentNamePrefix As String
Dim argumentName As String
Me.WriteCommandHelpInstruction(argumentNamePrefix,
argumentName)
protected:
virtual void WriteCommandHelpInstruction(
String^ argumentNamePrefix,
String^ argumentName
)
The base implementation writes a string like "Run 'executable command -Help' for more information on a command."
This method is called by the base implementation of the WriteCommandListUsageCore method if the IncludeCommandHelpInstruction property is . If that property is , it is assumed that every command has an argument matching the automatic help argument's name.