Table of Contents

Class AssemblyPathConfigurator<T>

Namespace
Tlabs.Config
Assembly
Tlabs.Core.dll

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

config IDictionary<string, string>

Methods

AddTo(T, IConfiguration)

Add additional path(s) to target.

public void AddTo(T target, IConfiguration cfg)

Parameters

target T
cfg IConfiguration

ExtendAsmPath()

Extend assembly path(s) as configured.

public void ExtendAsmPath()