C# Class DamageTracker.Parser

Regex base line parser for the game log file
Inheritance: IDisposable
Afficher le fichier Open project: BryanHurst/Aion-DamageTracker

Méthodes publiques

Свойство Type Description
filters List
mode MODE

Méthodes publiques

Méthode Description
Dispose ( ) : void

Public dispose method

Parser ( Meter meter ) : System
parse_line ( string line ) : void

Take next line in log and search for a match

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Internal dispose

Method Details

Dispose() public méthode

Public dispose method
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Internal dispose
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Parser() public méthode

public Parser ( Meter meter ) : System
meter Meter
Résultat System

parse_line() public méthode

Take next line in log and search for a match
public parse_line ( string line ) : void
line string
Résultat void

Property Details

filters public_oe property

public List filters
Résultat List

mode public_oe property

public MODE mode
Résultat MODE