Method | Description | |
---|---|---|
Add ( Types pluginToAdd ) : void |
Add a plugin
|
|
Find ( UInt32 otbVersion ) : Types.Plugin |
Search for a plugin by compatibility
|
|
Find ( string pluginNameOrPath ) : Types.Plugin |
Search for a plugin by name
|
|
Remove ( Types pluginToRemove ) : void |
Removes a plugin
|
public Add ( Types pluginToAdd ) : void | ||
pluginToAdd | Types | The Plugin to Add |
return | void |
public Find ( UInt32 otbVersion ) : Types.Plugin | ||
otbVersion | UInt32 | |
return | Types.Plugin |
public Find ( string pluginNameOrPath ) : Types.Plugin | ||
pluginNameOrPath | string | The name or File path of the plugin to find |
return | Types.Plugin |
public Remove ( Types pluginToRemove ) : void | ||
pluginToRemove | Types | The Plugin to Remove |
return | void |