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.CommandLineAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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