Class DefaultBinderTypeRegistry
Inheritance
System.Object
DefaultBinderTypeRegistry
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class DefaultBinderTypeRegistry : object, IBinderTypeRegistry
Constructors
|
Edit this page
View Source
DefaultBinderTypeRegistry()
Declaration
public DefaultBinderTypeRegistry()
|
Edit this page
View Source
DefaultBinderTypeRegistry(List<String>, Boolean)
Declaration
public DefaultBinderTypeRegistry(List<string> searchDirectories, bool checkLoadedAssemblys = true)
Parameters
Type |
Name |
Description |
List<System.String> |
searchDirectories |
|
System.Boolean |
checkLoadedAssemblys |
|
Methods
|
Edit this page
View Source
Get(String)
Declaration
public IBinderType Get(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
|
Edit this page
View Source
GetAll()
Declaration
public IDictionary<string, IBinderType> GetAll()
Returns
Type |
Description |
IDictionary<System.String, IBinderType> |
|
Implements