C# Class ncoffee.ChangeWatcher

Afficher le fichier Open project: abolibibelot/coffeescript-dotnet Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

ChangeWatcher() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void