C# Class ncoffee.ChangeWatcher

ファイルを表示 Open project: abolibibelot/coffeescript-dotnet Class Usage Examples

Public Methods

Method Description
ChangeWatcher ( string path, CompilerOptions options, CompilerOptions>.Action action ) : System
Start ( ) : void

Private Methods

Method Description
GetLastWrite ( string path ) : System.DateTime
OnChanged ( object sender, FileSystemEventArgs e ) : void
SetLastWrite ( string path, System.DateTime last ) : void

Method Details

ChangeWatcher() public method

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

Start() public method

public Start ( ) : void
return void