Click or drag to resize
HelpTextAutoBuild Method (Object)
Creates a new instance of the HelpText class using common defaults.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static HelpText AutoBuild(
	Object options
)

Parameters

options
Type: SystemObject
The instance that collected command line arguments parsed with Parser class.

Return Value

Type: HelpText
An instance of HelpText class.
See Also