C# 클래스 DamageTracker.FileWatcher

Continuously watch specified file (chatlog)
상속: IDisposable
파일 보기 프로젝트 열기: BryanHurst/Aion-DamageTracker 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Public dispose method

FileWatcher ( FileSystemEventHandler file_changed_func ) : System

Create watcher for the specified file and monitor changes

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Internal dispose

메소드 상세

Dispose() 공개 메소드

Public dispose method
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Internal dispose
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FileWatcher() 공개 메소드

Create watcher for the specified file and monitor changes
public FileWatcher ( FileSystemEventHandler file_changed_func ) : System
file_changed_func FileSystemEventHandler
리턴 System