C# 클래스 ConEmu.WinForms.AnsiLog

Manages reading the ANSI log output of the conemu and firing events with its data to the user.
상속: IDisposable
파일 보기 프로젝트 열기: Maximus5/conemu-inside 1 사용 예제들

공개 메소드들

메소드 설명
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