Browse Source

Update PlugIn-Modules.md

pull/6696/head
Halil İbrahim Kalkan 5 years ago
parent
commit
9cf88db2bf
  1. 2
      docs/en/PlugIn-Modules.md

2
docs/en/PlugIn-Modules.md

@ -53,4 +53,4 @@ There are two more built-in Plug-In Source implementations:
* `PlugInSources.AddFiles()` gets a list of assembly (typically `dll`) files. This is a shortcut of using `FilePlugInSource` class.
* `PlugInSources.AddTypes()` gets a list of module class types. If you use this, you need to load the assemblies of the modules yourself, but it provides flexibility when needed. This is a shortcut of using `TypePlugInSource` class.
If you need, you can implement your own `IPlugInSource` implementation and add to the `options.PlugInSources` just like the others.
If you need, you can create your own `IPlugInSource` implementation and add to the `options.PlugInSources` just like the others.
Loading…
Cancel
Save