Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
ConsoleProgram.cs File Reference

Go to the source code of this file.

Classes

class  SiliconStudio.Paradox.ConsoleProgram
 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...
 
class  SiliconStudio.Paradox.ConsoleProgram.OptionAttribute
 

Namespaces

package  SiliconStudio.Paradox
 

Enumerations

enum  SiliconStudio.Paradox.ConsoleColor {
  SiliconStudio.Paradox.ConsoleColor.Blue = 0x00000001, SiliconStudio.Paradox.ConsoleColor.Green = 0x00000002, SiliconStudio.Paradox.ConsoleColor.Red = 0x00000004, SiliconStudio.Paradox.ConsoleColor.Intensity = 0x00000008,
  SiliconStudio.Paradox.ConsoleColor.BlueBackground = 0x00000010, SiliconStudio.Paradox.ConsoleColor.GreenBackground = 0x00000020, SiliconStudio.Paradox.ConsoleColor.RedBackground = 0x00000040, SiliconStudio.Paradox.ConsoleColor.IntensityBackground = 0x00000080,
  SiliconStudio.Paradox.ConsoleColor.Black = 0, SiliconStudio.Paradox.ConsoleColor.Cyan = Green | Blue, SiliconStudio.Paradox.ConsoleColor.Magenta = Red | Blue, SiliconStudio.Paradox.ConsoleColor.Yellow = Red | Green,
  SiliconStudio.Paradox.ConsoleColor.DarkGrey = Red | Green | Blue, SiliconStudio.Paradox.ConsoleColor.LightGrey = Intensity, SiliconStudio.Paradox.ConsoleColor.LightRed = Intensity | Red, SiliconStudio.Paradox.ConsoleColor.LightGreen = Intensity | Green,
  SiliconStudio.Paradox.ConsoleColor.LightBlue = Intensity | Blue, SiliconStudio.Paradox.ConsoleColor.LightCyan = Intensity | Green | Blue, SiliconStudio.Paradox.ConsoleColor.LightMagenta = Intensity | Red | Blue, SiliconStudio.Paradox.ConsoleColor.LightYellow = Intensity | Red | Green,
  SiliconStudio.Paradox.ConsoleColor.White = Intensity | Red | Green | Blue
}
 Colors used by ConsoleProgram.Color More...