Click or drag to resize

IPlugin Interface

Namespace:  Clio.Utilities.Plugins
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public interface IPlugin : IEquatable<IPlugin>

The IPlugin type exposes the following members.

Properties
Methods
  NameDescription
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableIPlugin.)
Public methodOnDisabled
Public methodOnEnabled
Public methodOnInitialize
Public methodOnPulse
Public methodOnShutdown
Top
See Also