C# 클래스 dotless.Compiler.Watcher

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

공개 메소드들

메소드 설명
Watcher ( string inputFilePath, System.Action compilationDelegate ) : System

비공개 메소드들

메소드 설명
FsWatcherChanged ( object sender, FileSystemEventArgs e ) : void
IsDuplicateEvent ( ) : bool
SetupWatcher ( string inputFilePath ) : void

메소드 상세

Watcher() 공개 메소드

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