C# 클래스 i18n.Core.PoFileWatcher

상속: IDisposable
파일 보기 프로젝트 열기: xianjing/i18n 1 사용 예제들

공개 메소드들

메소드 설명
Begin ( ) : void
Dispose ( ) : void
PoFileWatcher ( string workingDir ) : System
Wait ( ) : void

비공개 메소드들

메소드 설명
BeginWatch ( ) : void
ExceedWindow ( ) : bool
MarkChanged ( object sender, FileSystemEventArgs e ) : void
MarkChangedWhenError ( object sender, EventArgs e ) : void
Restore ( ) : void
SetupChangeWatcher ( string filter ) : FileSystemWatcher
SetupWatcher ( ) : void
TearDownWatcher ( ) : void
TearDownWather ( FileSystemWatcher watcher ) : void
Unchanged ( ) : bool

메소드 상세

Begin() 공개 메소드

public Begin ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PoFileWatcher() 공개 메소드

public PoFileWatcher ( string workingDir ) : System
workingDir string
리턴 System

Wait() 공개 메소드

public Wait ( ) : void
리턴 void