C# 클래스 DamageTracker.Filter

Regex filter for the chat log entries
상속: IDisposable
파일 보기 프로젝트 열기: BryanHurst/Aion-DamageTracker

공개 프로퍼티들

프로퍼티 타입 설명
callback delegate_callback
combat_filter System.Boolean
regex System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Internal dispose

메소드 상세

Dispose() 공개 메소드

Public dispose method
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Internal dispose
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Filter() 공개 메소드

Sift through all general entries
public Filter ( string pattern, delegate_callback _callback ) : System
pattern string
_callback delegate_callback
리턴 System

Filter() 공개 메소드

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
리턴 System

Run() 공개 메소드

Decompile the current log entry
public Run ( string line ) : System.Boolean
line string
리턴 System.Boolean

프로퍼티 상세

callback 공개적으로 프로퍼티

public delegate_callback callback
리턴 delegate_callback

combat_filter 공개적으로 프로퍼티

public Boolean,System combat_filter
리턴 System.Boolean

regex 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions regex
리턴 System.Text.RegularExpressions.Regex