tkfont Reusable, reflection based helper for parsing command line options. Greetings to Shawn Hargreaves, original code http://blogs.msdn.com/b/shawnhar/archive/2012/04/20/a-reusable-reflection-based-command-line-parser.aspx This is a modified version of command line parser that adds: - .NET 2.0 compatible - Allow inheritance to simplify declaration - Print exe banner, using AssemblyTitle and AssemblyCopyright. - Better padding of options, add descriptor and value text overrides. - Add support for - and / starting options. - Remove usage of ":" to separate option from parsed option - Add "<options>" to the Usage when options are defined - Add Console Color handling This single file is intended to be directly included in the project that needs to handle command line without requiring any SharpDX assembly dependencies. Gets the assembly title. The assembly title. Gets the assembly title. The assembly title. Colors used by Blue foreground color. Green foreground color. Red foreground color. Intensity foreground color modifier. Blue background color. Green background color. Red background color. Intensity background color modifier.