C# Класс ConEmu.WinForms.AnsiLog

Manages reading the ANSI log output of the conemu and firing events with its data to the user.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

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

Приватные методы

Метод Описание
FindAnsiLogFile ( ) : FileStream

Описание методов

AnsiLog() публичный Метод

public AnsiLog ( [ directory ) : System
directory [
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

PumpStream() публичный Метод

A function which processes the part of the stream which gets available (or does the rest of it at the end).
public PumpStream ( ) : void
Результат void