Class DefaultBinderTypeRegistry
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class DefaultBinderTypeRegistry : IBinderTypeRegistry- Inheritance
- 
      
      DefaultBinderTypeRegistry
- Implements
- Inherited Members
Constructors
DefaultBinderTypeRegistry()
public DefaultBinderTypeRegistry()DefaultBinderTypeRegistry(List<string>, bool)
public DefaultBinderTypeRegistry(List<string> searchDirectories, bool checkLoadedAssemblys = true)Parameters
Methods
Get(string)
public IBinderType Get(string name)Parameters
- namestring
Returns
GetAll()
public IDictionary<string, IBinderType> GetAll()