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
Mostrar archivo Open project: Maximus5/conemu-inside Class Usage Examples

Public Methods

Method 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

Method Description
FindAnsiLogFile ( ) : FileStream

Method Details

AnsiLog() public method

public AnsiLog ( [ directory ) : System
directory [
return System

Dispose() public method

public Dispose ( ) : void
return void

PumpStream() public method

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