Click or drag to resize
HeadingInfo Constructor (String, String)
Initializes a new instance of the HeadingInfo class specifying program name and version.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public HeadingInfo(
	string programName,
	string version
)

Parameters

programName
Type: SystemString
The name of the program.
version
Type: SystemString
The version of the program.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when parameter programName is null or empty string.
See Also