wManager.Wow.Helpers Namespace
WRobot

ICustomClass Methods

The ICustomClass type exposes the following members.

Methods


  Name Description
Public method Dispose
Dispose (bot calls this method when he wants to dispose fightclass (generally when product is stopped or character level up)).
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Initialize
Initialize (bot creates new thread and calls this method, you need to keep this thread alive until the bot calls Dispose()()()()).
Protected method MemberwiseClone (Inherited from Object.)
Public method ShowConfiguration
Show the configuration (called by the bot when user want configure fightclass, this method should display a configuration window).
Public method ToString (Inherited from Object.)