Performs a parsering of the command line.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public XCommandLineParameter[] Parse(
	string cmdLine
)

Parameters

cmdLine
Type: System..::.String
The command line string.

Return Value

Returns a collection of parameters XCommandLineParameter which have been found.

Exceptions

ExceptionCondition
System..::.ArgumentNullException cmdLine is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also