Exemplo n.º 1
0
        public static CommandLineParameterWithValueCollection GetCommandLineParameters(string commandLine, CommandLineParameterCollection supportedParams)
        {
            CommandlineParser parser = new CommandlineParser(commandLine);

            return(parser.GetParamsAndValues());
        }