Click or drag to resize
HelpOptionAttribute Constructor (String)
Initializes a new instance of the HelpOptionAttribute class with the specified long name. Use parameter less constructor instead.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public HelpOptionAttribute(
	string longName
)

Parameters

longName
Type: SystemString
The long name of the option or null if not used.
Remarks
It's highly not recommended change the way users invoke help. It may create confusion.
See Also