Advtools.AdvInterceptor.Program.ParseCommandLine C# (CSharp) 메소드

ParseCommandLine() 개인적인 정적인 메소드

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