wManager.Wow.Helpers Namespace
WRobot

ReloggerGeneralSettings Members

The ReloggerGeneralSettings type exposes the following members.

Constructors


  Name Description
Public method ReloggerGeneralSettings()()()()
Initializes a new instance of the ReloggerGeneralSettings class.

Methods


  Name Description
Protected method ConfigWinForm (Inherited from Settings.)
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 Static member Load
Loads this instance.
Protected method MemberwiseClone (Inherited from Object.)
Public method Save()()()()
Saves this instance.
Protected method Save(String)
Save to xml file
(Inherited from Settings.)
Public method ToForm
Converts to form.
(Inherited from Settings.)
Public method ToString (Inherited from Object.)
Public method ToStringFormat
Converts to stringformat.
(Inherited from Settings.)

Fields


  Name Description
Public field Static member FileName
The file path
Public field Profiles
The profiles list

Properties


  Name Description
Public property AdditionalWowArgs
Gets or sets the additional wow arguments.
Public property AdditionalWRobotArgs
Gets or sets the additional WRobot arguments.
Public property AtPingToCheckInternetConnectivity
Gets or sets url at ping to check internet connectivity (use value like "google.com", empty if unused)
Public property AutoCloseBlizzardErrorReport
Gets or sets a value indicating if relogger close blizzard error report.
Public property CloseBotAndGameWhenOneClosed
Gets or sets a value indicating if relogger close bot and game when one closed.
Public property Static member CurrentSetting
Gets or sets the current setting.
Public property LockCrossProcessWhenLaunch
Lock when launch Wow or bot (to launch one by one) (cross relogger process), you need to use same [robotManager.robotManagerGlobalSetting.CurrentSetting.ArgsEnvironmentVariables] on all relogger.
Public property LockWhenLaunch
Lock when launch Wow or bot (to launch one by one) (only this relogger process)
Public property PathToWow
Gets or sets the path to wow client.
Public property PathToWRobot
Gets or sets the path to WRobot.
Public property SaveWindowPosition
Gets or sets a value indicating save relogger window position for next usage
Public property SizeHeight
If you use use option SaveWindowPosition it is height of relogger window.
Public property SizeWidth
If you use use option SaveWindowPosition it is width of relogger window.
Public property ToTrayBar
Minimize to to tray bar.
Public property UnresponsiveTimeAfter
Gets or sets the time after which we consider unresponsive (in seconds).
Public property WaitTimeAfterLaunch
Gets or sets the time to wait after launch (in seconds)
Public property WaitTimeToRelogWhenCrash
Wait time to relaunch and relogge after crash (in seconds)
Public property WindowName
Gets or sets the name of the relogger window (empty to no use this option).
Public property WindowPosX
If you use use option SaveWindowPosition it is position X of relogger window.
Public property WindowPosY
If you use use option SaveWindowPosition it is position Y of relogger window.