HelpText Constructor (String, String, Object) |
Initializes a new instance of the
HelpText class
specifying heading and copyright strings.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic HelpText(
string heading,
string copyright,
Object options
)
public:
HelpText(
String^ heading,
String^ copyright,
Object^ options
)
Parameters
- heading
- Type: SystemString
A string with heading or an instance of HeadingInfo. - copyright
- Type: SystemString
A string with copyright or an instance of CopyrightInfo. - options
- Type: SystemObject
The instance that collected command line arguments parsed with Parser class.
ExceptionsException | Condition |
---|
ArgumentException | Thrown when one or more parameters heading are null or empty strings. |
See Also