ParserArgumentsUsage Method (Type) |
Returns a Usage string for command line argument parsing.
Use ArgumentAttributes to control parsing behaviour.
Formats the output to the width of the current console window.
Namespace:
PDTec.IceNet.Sdk.Utils.CommandLine
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static string ArgumentsUsage(
Type argumentType
)
Parameters
- argumentType
- Type: SystemType
The type of the arguments to display usage for.
Return Value
Type:
String Printable string containing a user friendly description of command line arguments.
See Also