C# Class YCPUXNA.StdConsole

Afficher le fichier Open project: ZaneDubya/YCPU Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
HideConsoleWindow ( ) : void
ShowConsoleWindow ( ) : void
StdInReadKey ( ) : ConsoleKeyInfo
StdOutWriteLine ( string line ) : void

Private Methods

Méthode Description
AllocConsole ( ) : bool
GetConsoleWindow ( ) : IntPtr
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool

Method Details

Clear() public static méthode

public static Clear ( ) : void
Résultat void

HideConsoleWindow() public static méthode

public static HideConsoleWindow ( ) : void
Résultat void

ShowConsoleWindow() public static méthode

public static ShowConsoleWindow ( ) : void
Résultat void

StdInReadKey() public static méthode

public static StdInReadKey ( ) : ConsoleKeyInfo
Résultat System.ConsoleKeyInfo

StdOutWriteLine() public static méthode

public static StdOutWriteLine ( string line ) : void
line string
Résultat void