Click or drag to resize

ParserParseArguments Method (String, Object, ErrorReporter)

Parses Command Line Arguments. 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
C#
public static bool ParseArguments(
	string[] arguments,
	Object destination,
	ErrorReporter reporter
)

Parameters

arguments
Type: SystemString
The actual arguments.
destination
Type: SystemObject
The resulting parsed arguments.
reporter
Type: PDTec.IceNet.Sdk.Utils.CommandLineErrorReporter
The destination for parse errors.

Return Value

Type: Boolean
true if no errors were detected.
See Also