Method ParseCommandLine
ParseCommandLine(String)
Static method to parse a command line
Declaration
public static IImmutableList<ICommandlineArgument> ParseCommandLine(string commandLine)
Parameters
public static IImmutableList<ICommandlineArgument> ParseCommandLine(string commandLine)
String | commandLine | Command line to parser |
Returns
System.Collections.Immutable.IImmutableList<ICommandlineArgument> | Results of the parse |