C# Class YCPUXNA.StdConsole

Mostrar archivo Open project: ZaneDubya/YCPU Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
HideConsoleWindow ( ) : void
ShowConsoleWindow ( ) : void
StdInReadKey ( ) : ConsoleKeyInfo
StdOutWriteLine ( string line ) : void

Private Methods

Method Description
AllocConsole ( ) : bool
GetConsoleWindow ( ) : IntPtr
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool

Method Details

Clear() public static method

public static Clear ( ) : void
return void

HideConsoleWindow() public static method

public static HideConsoleWindow ( ) : void
return void

ShowConsoleWindow() public static method

public static ShowConsoleWindow ( ) : void
return void

StdInReadKey() public static method

public static StdInReadKey ( ) : ConsoleKeyInfo
return System.ConsoleKeyInfo

StdOutWriteLine() public static method

public static StdOutWriteLine ( string line ) : void
line string
return void