C# Class XG.Plugin.Irc.Parser.Parser

Inheritance: AParser
Afficher le fichier Open project: lformella/xdcc-grabscher

Méthodes publiques

Méthode Description
DeInitialize ( ) : void
Initialize ( ) : void
Parse ( Message aMessage ) : bool

Méthodes protégées

Méthode Description
ParseThread ( ) : void

Private Methods

Méthode Description
AddParser ( AParser aParser ) : void

Method Details

DeInitialize() public méthode

public DeInitialize ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Parse() public méthode

public Parse ( Message aMessage ) : bool
aMessage Message
Résultat bool

ParseThread() protected méthode

protected ParseThread ( ) : void
Résultat void