Method | Description | |
---|---|---|
LoadAssembly ( string assemblyPath ) : |
Load an assembly
|
|
LoadPluginsFromAssembly ( |
Load and instantiate all plugins found in the given assembly
|
|
LoadPluginsFromAssembly ( string assemblyPath ) : SecureDelete.WipePlugin.Plugin[] |
Load and instantiate all plugins found in the given assembly
|
public static LoadAssembly ( string assemblyPath ) : |
||
assemblyPath | string | |
return |
public static LoadPluginsFromAssembly ( |
||
assembly | The assembly. | |
return | SecureDelete.WipePlugin.Plugin[] |
public static LoadPluginsFromAssembly ( string assemblyPath ) : SecureDelete.WipePlugin.Plugin[] | ||
assemblyPath | string | |
return | SecureDelete.WipePlugin.Plugin[] |