CommandManagerGetApplicationDescription 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: 3.1.1
C#
public string? GetApplicationDescription()

Return Value

String
The value of the AssemblyDescriptionAttribute for the first assembly used by this instance.

See Also