CommandManager.GetApplicationDescription 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.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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
CommandOptions.ParentCommand property is not
null,
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.