Documentation for the C# command-line option parsing library

DefaultUsageInfo Constructor (String, String, Boolean, NameValueCollection)

Constructor

public DefaultUsageInfo(
   string programName,
   string description,
   bool upperCase,
   NameValueCollection argumentDescription
);

Parameters

programName
The name of the program (something.exe)
description
Description of the program
upperCase
True to use all-upper case headers, or false for title cased headers
argumentDescription
Argument name, argument description pairs to describe the arguments the program takes or null if none

See Also

DefaultUsageInfo Class | CommandLine.OptParse Namespace | DefaultUsageInfo Constructor Overload List