C# Class BottomShelf.Host.Monitoring.FileSystemWatcher

Show file Open project: tyronegroves/BottomShelf

Public Methods

Method Description
FileSystemWatcher ( string path, int fileSystemPoll ) : System
Start ( ) : void

Private Methods

Method Description
GetRootServiceDirectory ( string fullPath ) : string
OnChanged ( object sender, FileSystemEventArgs e ) : void
OnCreated ( object sender, FileSystemEventArgs e ) : void
OnDeleted ( object sender, FileSystemEventArgs e ) : void
OnRenamed ( object sender, System e ) : void
RaiseChanged ( string path ) : void
RaiseCreated ( string path ) : void
RaiseDeleted ( string path ) : void
RaiseRenamed ( string path, string newPath ) : void

Method Details

FileSystemWatcher() public method

public FileSystemWatcher ( string path, int fileSystemPoll ) : System
path string
fileSystemPoll int
return System

Start() public method

public Start ( ) : void
return void