wManager.Wow.Helpers Namespace
WRobot

Products Members

The Products type exposes the following members.

Methods


  Name Description
Public method Static member DisposeProduct
Dispose loaded product.
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 LoadProducts
Load and initialise product.
Public method Static member LoadProductsWithoutInit
Load product without initialize.
Protected method MemberwiseClone (Inherited from Object.)
Public method Static member ProductNeedSettings
Show product settings tab.
Public method Static member ProductRestart
Restart product (don't call it from product thread to avoid problem).
Public method Static member ProductStart
Start product.
Public method Static member ProductStop
Stop product.
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property Static member InPause
Get or set a value indicating whether product is in pause.
Public property Static member IsAliveProduct
Gets a value indicating whether product instance is alive product.
Public property Static member IsStarted
Get a value indicating whether product instance is started.
Public property Static member ProductName
Get the name of the product.
Public property Static member ProductSettings
Get product settings.

Events


  Name Description
Public event Static member OnChangedIsAliveProduct
Occurs when [on changed is alive product].
Public event Static member OnChangedIsStarted
Occurs when started state change.
Public event Static member OnProductNeedSettings
Occurs when [on product need settings].