C# Class ManyConsole.Internal.ConsoleRedirectionDetection

Inheritance: IConsoleRedirectionDetection
Datei anzeigen Open project: lysannschlegel/RDAExplorer

Public Methods

Method Description
IsErrorRedirected ( ) : bool
IsInputRedirected ( ) : bool
IsOutputRedirected ( ) : bool

Private Methods

Method Description
GetFileType ( IntPtr hdl ) : FileType
GetStdHandle ( StdHandle std ) : IntPtr

Method Details

IsErrorRedirected() public method

public IsErrorRedirected ( ) : bool
return bool

IsInputRedirected() public method

public IsInputRedirected ( ) : bool
return bool

IsOutputRedirected() public method

public IsOutputRedirected ( ) : bool
return bool