C# 클래스 CURELab.SignLanguage.RecognitionSystem.StaticTools.ConsoleManager

파일 보기 프로젝트 열기: huangfuyang/Sign-Language-with-Kinect

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AllocConsole ( ) : bool
FreeConsole ( ) : bool
GetConsoleOutputCP ( ) : int
GetConsoleWindow ( ) : IntPtr
InvalidateOutAndError ( ) : void
SetOutAndErrorNull ( ) : void

메소드 상세

Hide() 공개 정적인 메소드

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
리턴 void

Show() 공개 정적인 메소드

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

Toggle() 공개 정적인 메소드

public static Toggle ( ) : void
리턴 void