C# Class ConEmu.WinForms.AnsiLog

Manages reading the ANSI log output of the conemu and firing events with its data to the user.
Inheritance: IDisposable
Afficher le fichier Open project: Maximus5/conemu-inside Class Usage Examples

Méthodes publiques

Méthode Description
AnsiLog ( [ directory ) : System
Dispose ( ) : void
PumpStream ( ) : void

A function which processes the part of the stream which gets available (or does the rest of it at the end).

Private Methods

Méthode Description
FindAnsiLogFile ( ) : FileStream

Method Details

AnsiLog() public méthode

public AnsiLog ( [ directory ) : System
directory [
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PumpStream() public méthode

A function which processes the part of the stream which gets available (or does the rest of it at the end).
public PumpStream ( ) : void
Résultat void