Method Load
| Improve this Doc View SourceLoad(CPluginConfigurationBase)
Loads plugins from a configuration source specified by the configuration parameter.
This means that the plugin names can be obtained from a json or .env file.
Declaration
public static void Load(CPluginConfigurationBase configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| CPluginConfigurationBase | configuration | A configuration source to get the plugin files. |
Remarks
This method is idempotent, so if this method is called N times, it will not reload assemblies that have already been loaded.
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|