HelpTextAddOptions Method (Object, String) |
Adds a text block with options usage string.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic void AddOptions(
Object options,
string requiredWord
)
public:
void AddOptions(
Object^ options,
String^ requiredWord
)
Parameters
- options
- Type: SystemObject
The instance that collected command line arguments parsed with the Parser class. - requiredWord
- Type: SystemString
The word to use when the option is required.
Exceptions
See Also