C# Class LoLGears.LogParser

Afficher le fichier Open project: hansonw/LoLGears

Méthodes publiques

Свойство Type Description
BUILD_REGEX System.Text.RegularExpressions.Regex
CHAMPION_REGEX1 System.Text.RegularExpressions.Regex
CHAMPION_REGEX2 System.Text.RegularExpressions.Regex
CLIENT_ID_VERSION System.Version
EXITCODE_REGEX System.Text.RegularExpressions.Regex
GAME_ID_REGEX System.Text.RegularExpressions.Regex
GAME_MODE_REGEX System.Text.RegularExpressions.Regex
GAME_MUTATOR_REGEX System.Text.RegularExpressions.Regex
KILLER_REGEX System.Text.RegularExpressions.Regex
LOG_START_REGEX1 System.Text.RegularExpressions.Regex
LOG_START_REGEX2 System.Text.RegularExpressions.Regex
MAP_REGEX System.Text.RegularExpressions.Regex
MapDictionary string>.Dictionary
NET_UID_REGEX System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
FixChampionName ( string champ ) : string
ParseLog ( string filename ) : LogData

Method Details

FixChampionName() public static méthode

public static FixChampionName ( string champ ) : string
champ string
Résultat string

ParseLog() public méthode

public ParseLog ( string filename ) : LogData
filename string
Résultat LogData

Property Details

BUILD_REGEX public_oe property

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

CHAMPION_REGEX1 public_oe property

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

CHAMPION_REGEX2 public_oe property

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

CLIENT_ID_VERSION public_oe static_oe property

public static Version,System CLIENT_ID_VERSION
Résultat System.Version

EXITCODE_REGEX public_oe property

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

GAME_ID_REGEX public_oe property

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

GAME_MODE_REGEX public_oe property

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

GAME_MUTATOR_REGEX public_oe property

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

KILLER_REGEX public_oe property

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

LOG_START_REGEX1 public_oe property

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

LOG_START_REGEX2 public_oe property

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

MAP_REGEX public_oe property

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

MapDictionary public_oe static_oe property

public static Dictionary MapDictionary
Résultat string>.Dictionary

NET_UID_REGEX public_oe property

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