C# 클래스 Tailf.Tail

파일 보기 프로젝트 열기: kerryjiang/Tailf 1 사용 예제들

공개 메소드들

메소드 설명
Run ( ) : void
Stop ( ) : void
Tail ( string path, int nLines ) : System

비공개 메소드들

메소드 설명
ChangeLoop ( ) : void
EnqueueLine ( int nLines, List lines, string line ) : void
MakeTail ( int nLines, string path ) : void
OnChanged ( string l ) : void
fw_Changed ( ) : void

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Tail() 공개 메소드

public Tail ( string path, int nLines ) : System
path string
nLines int
리턴 System