protected virtual void WriteApplicationDescription(
	string description
)Protected Overridable Sub WriteApplicationDescription ( 
	description As String
)
Dim description As String
Me.WriteApplicationDescription(description)protected:
virtual void WriteApplicationDescription(
	String^ description
)This method is called by the base implementation of the WriteParserUsageCore(UsageHelpRequest) method if the command has a description and the IncludeApplicationDescription property is .
This method is called by the base implementation of the WriteCommandListUsageCore method if the assembly has a description and the IncludeApplicationDescriptionBeforeCommandList property is .