C# Class DamageTracker.Filter

Regex filter for the chat log entries
Inheritance: IDisposable
Afficher le fichier Open project: BryanHurst/Aion-DamageTracker

Méthodes publiques

Свойство Type Description
callback delegate_callback
combat_filter System.Boolean
regex System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
Dispose ( ) : void

Public dispose method

Filter ( string pattern, delegate_callback _callback ) : System

Sift through all general entries

Filter ( string pattern, delegate_callback _callback, System.Boolean _combat_filter ) : System

Mark as combat entry and continue sifting

Run ( string line ) : System.Boolean

Decompile the current log entry

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

Filter() public méthode

Sift through all general entries
public Filter ( string pattern, delegate_callback _callback ) : System
pattern string
_callback delegate_callback
Résultat System

Filter() public méthode

Mark as combat entry and continue sifting
public Filter ( string pattern, delegate_callback _callback, System.Boolean _combat_filter ) : System
pattern string
_callback delegate_callback
_combat_filter System.Boolean
Résultat System

Run() public méthode

Decompile the current log entry
public Run ( string line ) : System.Boolean
line string
Résultat System.Boolean

Property Details

callback public_oe property

public delegate_callback callback
Résultat delegate_callback

combat_filter public_oe property

public Boolean,System combat_filter
Résultat System.Boolean

regex public_oe property

public Regex,System.Text.RegularExpressions regex
Résultat System.Text.RegularExpressions.Regex