Method | Description | |
---|---|---|
AddPlugins ( |
Add all containing plugins from the given assembly
|
|
AddPlugins ( string path ) : bool |
Add all containing plugins from the given assembly
|
|
ClearList ( ) : void |
Clear the category of plugins
|
|
DestroyAllPlugins ( ) : void |
Destroy all instances of the plugins The plugins are not removed from the manager. For this functionality, use ClearList instead. |
|
GetPlugin ( string name ) : SecureDelete.WipePlugin.Plugin[] |
Get the plugins with the specified name
|
|
PluginManager ( ) : System |
public AddPlugins ( |
||
assembly | ||
return | bool |
public AddPlugins ( string path ) : bool | ||
path | string | The path of the assembly. |
return | bool |
public GetPlugin ( string name ) : SecureDelete.WipePlugin.Plugin[] | ||
name | string | The name of the plugins. |
return | SecureDelete.WipePlugin.Plugin[] |