Advtools.AdvInterceptor.Program.ParseCommandLine C# (CSharp) Method

ParseCommandLine() private static method

private static ParseCommandLine ( string args ) : Options
args string
return Options
        private static Options ParseCommandLine(string[] args)
        {
            Options options = new Options();
            if(!options.ParseCommandLine(args))
                return null;
            return options;
        }