![]() |
Paradox Game Engine
v1.0.0 beta06
|
Reusable, reflection based helper for parsing commandline 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: More...
Classes | |
class | OptionAttribute |
Public Member Functions | |
virtual string | GetUsageFooter () |
void | ShowError (string message, params object[] args) |
Static Public Member Functions | |
static void | PrintHeader () |
static bool | ParseCommandLine (object options, string[] args, int padOptions=16) |
static void | ErrorColor () |
static void | Color (ConsoleColor color) |
static void | ResetColor () |
Protected Member Functions | |
ConsoleProgram (int padOptions=16) | |
bool | ParseCommandLine (string[] args) |
Reusable, reflection based helper for parsing commandline 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:
This single file is intended to be directly included in the project that needs to handle command line without requiring any SharpDX assembly dependencies.
Definition at line 51 of file ConsoleProgram.cs.
|
protected |
Definition at line 74 of file ConsoleProgram.cs.
|
static |
Definition at line 383 of file ConsoleProgram.cs.
|
static |
Definition at line 378 of file ConsoleProgram.cs.
|
virtual |
Reimplemented in SiliconStudio.TextureConverter.Program.
Definition at line 288 of file ConsoleProgram.cs.
|
static |
Definition at line 130 of file ConsoleProgram.cs.
|
protected |
Definition at line 138 of file ConsoleProgram.cs.
|
static |
Definition at line 123 of file ConsoleProgram.cs.
|
static |
Definition at line 388 of file ConsoleProgram.cs.
void SiliconStudio.Paradox.ConsoleProgram.ShowError | ( | string | message, |
params object[] | args | ||
) |
Definition at line 293 of file ConsoleProgram.cs.