CommandManager.GetApplicationDescription Method

Gets the application description that will optionally be included in the usage help.

Definition

Namespace: Ookii.CommandLine.Commands
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
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.

See Also