C# Class dotless.Compiler.Watcher

Inheritance: IDisposable
ファイルを表示 Open project: chrisjowen/nLess Class Usage Examples

Public Methods

Method Description
Watcher ( string inputFilePath, System.Action compilationDelegate ) : System

Private Methods

Method Description
FsWatcherChanged ( object sender, FileSystemEventArgs e ) : void
IsDuplicateEvent ( ) : bool
SetupWatcher ( string inputFilePath ) : void

Method Details

Watcher() public method

public Watcher ( string inputFilePath, System.Action compilationDelegate ) : System
inputFilePath string
compilationDelegate System.Action
return System