C# 클래스 ncoffee.ChangeWatcher

파일 보기 프로젝트 열기: abolibibelot/coffeescript-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
ChangeWatcher ( string path, CompilerOptions options, CompilerOptions>.Action action ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
GetLastWrite ( string path ) : System.DateTime
OnChanged ( object sender, FileSystemEventArgs e ) : void
SetLastWrite ( string path, System.DateTime last ) : void

메소드 상세

ChangeWatcher() 공개 메소드

public ChangeWatcher ( string path, CompilerOptions options, CompilerOptions>.Action action ) : System
path string
options CoffeeScript.Compiler.CompilerOptions
action CompilerOptions>.Action
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void