C# Class cleanLayer.LogReader

Inheritance: ILog, INotifyPropertyChanged
Afficher le fichier Open project: Vipeax/cleanLayer Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
LogReader ( string name, int maxLength = 1000000 ) : System
ToString ( ) : string
WriteLine ( string line ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string property ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

LogReader() public méthode

public LogReader ( string name, int maxLength = 1000000 ) : System
name string
maxLength int
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string property ) : void
property string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteLine() public méthode

public WriteLine ( string line ) : void
line string
Résultat void