Method SegmentCommandLine
SegmentCommandLine(string?, bool)
Splits command line string into array.
public static string[] SegmentCommandLine(string? cmdLine, bool useSplit = false)
Parameters
Returns
- string[]
Splits command line string into array.
public static string[] SegmentCommandLine(string? cmdLine, bool useSplit = false)