ParserParseArgumentsWithUsage Method |
Parses Command Line Arguments. Displays usage message to Console.Out
if /?, /help or invalid arguments are encounterd.
Errors are output on Console.Error.
Use ArgumentAttributes to control parsing behaviour.
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 bool ParseArgumentsWithUsage(
string[] arguments,
Object destination
)
Parameters
- arguments
- Type: SystemString
The actual arguments. - destination
- Type: SystemObject
The resulting parsed arguments.
Return Value
Type:
Boolean true if no errors were detected.
See Also