PluginProvider
Assembly: uMod.Core.dll
Inheritance Object PluginProvider
Implements IPluginProvider
Constructors
Name | Summary |
|---|---|
PluginProvider ( |
Fields
Name | Summary |
|---|---|
Directory |
Properties
Name | Summary |
|---|---|
All | Enumerable containing all loaded plugins |
Configuration | Plugins configuration |
Manager | Plugin manager (handles hook dispatching) |
Methods
Name | Summary |
|---|---|
Calls the specified hook | |
Exists ( | Returns if a plugin has been loaded by the specified name |
Find< | Returns an enumerable list of plugins that implement the specified type or interface |
Get ( | Returns the object of a loaded plugin with the specified name |
Returns the object of a loaded plugin with the specified name | |
GetAll () | Gets an array of all currently loaded plugins |
Load ( | Loads specified plugins |
Load ( | Loads a plugin by the given name |
LoadAll ( | |
Reload ( | Reloads specified plugins |
Reload ( | Reloads the plugin by the given name |
ReloadAll ( | Reloads all plugins |
Unload ( | Unloads specified plugins |
Unload ( | Unloads the plugin by the given name |
UnloadAll ( | Unloads all plugins |