C# Class ManyConsole.Internal.ConsoleRedirectionDetection

Inheritance: IConsoleRedirectionDetection
Afficher le fichier Open project: lysannschlegel/RDAExplorer

Méthodes publiques

Méthode Description
IsErrorRedirected ( ) : bool
IsInputRedirected ( ) : bool
IsOutputRedirected ( ) : bool

Private Methods

Méthode Description
GetFileType ( IntPtr hdl ) : FileType
GetStdHandle ( StdHandle std ) : IntPtr

Method Details

IsErrorRedirected() public méthode

public IsErrorRedirected ( ) : bool
Résultat bool

IsInputRedirected() public méthode

public IsInputRedirected ( ) : bool
Résultat bool

IsOutputRedirected() public méthode

public IsOutputRedirected ( ) : bool
Résultat bool