C# Класс CURELab.SignLanguage.StaticTools.ConsoleManager

Показать файл Открыть проект

Открытые методы

Метод Описание
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