Performs a parsering of the command line.
Namespace:
SGP.XUtilityAssembly: 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
Exception | Condition |
---|---|
System..::.ArgumentNullException | cmdLine is nullNothingnullptra null reference (Nothing in Visual Basic). |