C# Class Tailf.Tail

Afficher le fichier Open project: kerryjiang/Tailf Class Usage Examples

Méthodes publiques

Méthode Description
Run ( ) : void
Stop ( ) : void
Tail ( string path, int nLines ) : System

Private Methods

Méthode Description
ChangeLoop ( ) : void
EnqueueLine ( int nLines, List lines, string line ) : void
MakeTail ( int nLines, string path ) : void
OnChanged ( string l ) : void
fw_Changed ( ) : void

Method Details

Run() public méthode

public Run ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Tail() public méthode

public Tail ( string path, int nLines ) : System
path string
nLines int
Résultat System