CommandManagerGetApplicationDescription Method
Gets the application description that will optionally be included in the usage help.
Namespace: Ookii.CommandLine.CommandsAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public string? GetApplicationDescription()
Public Function GetApplicationDescription As String
Dim instance As CommandManager
Dim returnValue As String
returnValue = instance.GetApplicationDescription()
public:
String^ GetApplicationDescription()
Return Value
String
If the
CommandOptionsParentCommand property is not
,
and the command type referenced has the
DescriptionAttribute attribute, the
description given in that attribute. Otherwise, the value of the
AssemblyDescriptionAttribute for the first assembly used by this instance.