C# Class FunkyDebug.FunkyDebugger

Inheritance: IPlugin
Mostra file Open project: herbfunk/Funky

Public Properties

Property Type Description
DBLog log4net.ILog

Public Methods

Method Description
Equals ( IPlugin other ) : bool
OnDisabled ( ) : void
OnEnabled ( ) : void
OnInitialize ( ) : void
OnPulse ( ) : void
OnShutdown ( ) : void

Private Methods

Method Description
FindFunkyButton ( System.Windows.Controls.Button &funkyButton ) : bool
FunkyBotStart ( IBot bot ) : void
FunkyBotStop ( IBot bot ) : void
MouseLeft ( ) : bool
ReturnDemonbuddyMainGrid ( ) : Grid
lblFunky_Click ( object sender, EventArgs e ) : void

Method Details

Equals() public method

public Equals ( IPlugin other ) : bool
other IPlugin
return bool

OnDisabled() public method

public OnDisabled ( ) : void
return void

OnEnabled() public method

public OnEnabled ( ) : void
return void

OnInitialize() public method

public OnInitialize ( ) : void
return void

OnPulse() public method

public OnPulse ( ) : void
return void

OnShutdown() public method

public OnShutdown ( ) : void
return void

Property Details

DBLog public_oe static_oe property

public static log4net.ILog DBLog
return log4net.ILog