C# Class i18n.Core.PoFileWatcher

Inheritance: IDisposable
Mostrar archivo Open project: xianjing/i18n Class Usage Examples

Public Methods

Method Description
Begin ( ) : void
Dispose ( ) : void
PoFileWatcher ( string workingDir ) : System
Wait ( ) : void

Private Methods

Method Description
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

Method Details

Begin() public method

public Begin ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

PoFileWatcher() public method

public PoFileWatcher ( string workingDir ) : System
workingDir string
return System

Wait() public method

public Wait ( ) : void
return void