Get the command line parameters.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Function GetCommandLine ( _
	MaxArgs As Integer _
) As String()

Parameters

MaxArgs
Type: System..::..Int32
Maximum number of arguments. If not given, the number will be 11.

Return Value

Array containing parsed parameters. Array is empty if no parameter could be found in the command line.

Remarks

Parameters can be separated by blank or tab, if a parameter is quoted it may contain blanks or tabs. Parameters must not contain quotas.

See Also