Table of Contents

Class DefaultBinderTypeRegistry

Namespace
Steeltoe.Stream.Binder
Assembly
Steeltoe.Stream.StreamBase.dll
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

searchDirectories List<string>
checkLoadedAssemblys bool

Methods

Get(string)

public IBinderType Get(string name)

Parameters

name string

Returns

IBinderType

GetAll()

public IDictionary<string, IBinderType> GetAll()

Returns

IDictionary<string, IBinderType>