Method GetPlugin
GetPlugin(string)
Gets the plugin from the specified name.
public Plugin? GetPlugin(string pluginName)
Parameters
pluginNamestring
Returns
- Plugin
The associated plugin, otherwise null.
GetPlugin(Assembly)
Locates the plugin associated with the specified assembly.
public Plugin? GetPlugin(Assembly assembly)
Parameters
assemblyAssemblyThe assembly to search.
Returns
- Plugin
The associated plugin, otherwise null.