Click or drag to resize

PluginManager Class

Inheritance Hierarchy
SystemObject
  ff14bot.ManagersPluginManager

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class PluginManager

The PluginManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberPluginDirectory
Public propertyStatic memberPlugins
Gets all the currently loaded plugins.
Top
Methods
  NameDescription
Public methodStatic memberGetEnabledPlugins
Gets the enabled plugins.
Public methodStatic memberPulseAllPlugins
Pulses all plugins.
Public methodStatic memberPulsePlugin
Pulses a specific plugin instance.
Public methodStatic memberSetEnabledPlugins
Sets a list of plugins to be enabled.
Top
Events
  NameDescription
Public eventStatic memberOnPluginsReloaded
Occurs when [on plugins reloaded].
Top
See Also