Method | Description | |
---|---|---|
Load ( string filename ) : void |
Loads a a plugin from file. The assembly is searched for useable content and registered with the Editor
|
|
LoadAll ( ) : void |
Loads all plugins from the default plugin folder Acceptable formats are "*.exe" and "*.dll" |
|
Unload ( |
Unloads the given plugin and all associated registry entries
|
|
Unload ( |
Unloads the given entry from the registry
|
|
UnloadAll ( ) : void |
Unloads all registry entries and plugins
|
public static Load ( string filename ) : void | ||
filename | string | |
return | void |
public static Unload ( |
||
plugin | Plugin to remove | |
return | void |
public static Unload ( |
||
entry | The entry to remove | |
return | void |