Class AssemblyPathConfigurator<T>
Configurator to add additional assembly path(s) for config target type T.
public class AssemblyPathConfigurator<T> : IConfigurator<T>
Type Parameters
T
- Inheritance
-
AssemblyPathConfigurator<T>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
AssemblyPathConfigurator()
Default ctor.
public AssemblyPathConfigurator()
AssemblyPathConfigurator(IDictionary<string, string>?)
Ctor from config dictionary.
public AssemblyPathConfigurator(IDictionary<string, string>? config)
Parameters
configIDictionary<string, string>
Methods
AddTo(T, IConfiguration)
Add additional path(s) to target.
public void AddTo(T target, IConfiguration cfg)
Parameters
targetTcfgIConfiguration
ExtendAsmPath()
Extend assembly path(s) as configured.
public void ExtendAsmPath()