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: 3.1.1
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
The value of the
AssemblyDescriptionAttribute for the first assembly
used by this instance.