Click or drag to resize
HelpText Constructor (BaseSentenceBuilder, String, String, Object)
Initializes a new instance of the HelpText class specifying heading and copyright strings.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public HelpText(
	BaseSentenceBuilder sentenceBuilder,
	string heading,
	string copyright,
	Object options
)

Parameters

sentenceBuilder
Type: X3Platform.CommandLine.TextBaseSentenceBuilder
A BaseSentenceBuilder instance.
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.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when one or more parameters heading are null or empty strings.
See Also