Метод | Описание | |
---|---|---|
GetPlugin ( string plugin ) : |
Returns the plugin with a specific name
|
|
LoadFromDir ( |
Loads all plugins in the specified directory
|
|
UnloadAll ( ) : void |
Unloads all plugins
|
Метод | Описание | |
---|---|---|
LoadFromDir ( |
Loads all plugins in a directory
|
|
LoadFromDirAsync ( object odir ) : void | ||
LoadTypes ( |
Loads all types from all files in a dir
|
|
NeededPluginsLoaded ( |
Checks if all of a plugins needed plugins are already loaded. Will return true if the type is no subclass of Plugin or does not have any NeedsPlugin attributes
|
|
PluginLoaded ( string plugin, List |
Checks if a plugin is already loaded
|
|
Unload ( List |
public static GetPlugin ( string plugin ) : |
||
plugin | string | The plugins name |
Результат |
public static LoadFromDir ( |
||
dir | The target directory | |
Результат | void |