Class PluginLoader
Inheritance
System.Object
PluginLoader
Namespace: Downlink.Composition
Assembly: Downlink.dll
Syntax
public class PluginLoader : object, IPluginLoader
Constructors
| Improve this Doc View SourcePluginLoader(ILogger<PluginLoader>)
Declaration
public PluginLoader(ILogger<PluginLoader> logger)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Extensions.Logging.ILogger<PluginLoader> | logger |
Methods
| Improve this Doc View SourceLoadPlugins(IDownlinkBuilder, IServiceProvider)
Declaration
public void LoadPlugins(IDownlinkBuilder builder, IServiceProvider provider)
Parameters
Type | Name | Description |
---|---|---|
IDownlinkBuilder | builder | |
System.IServiceProvider | provider |