C# Class CURELab.SignLanguage.RecognitionSystem.StaticTools.ConsoleManager

Afficher le fichier Open project: huangfuyang/Sign-Language-with-Kinect

Méthodes publiques

Méthode Description
Hide ( ) : void

If the process has a console attached to it, it will be detached and no longer visible. Writing to the System.Console is still possible, but no output will be shown.

Show ( ) : void

Creates a new console instance if the process is not attached to a console already.

Toggle ( ) : void

Private Methods

Méthode Description
AllocConsole ( ) : bool
FreeConsole ( ) : bool
GetConsoleOutputCP ( ) : int
GetConsoleWindow ( ) : IntPtr
InvalidateOutAndError ( ) : void
SetOutAndErrorNull ( ) : void

Method Details

Hide() public static méthode

If the process has a console attached to it, it will be detached and no longer visible. Writing to the System.Console is still possible, but no output will be shown.
public static Hide ( ) : void
Résultat void

Show() public static méthode

Creates a new console instance if the process is not attached to a console already.
public static Show ( ) : void
Résultat void

Toggle() public static méthode

public static Toggle ( ) : void
Résultat void