Class DefaultBinderTypeRegistry
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
name
string
Returns
GetAll()
public IDictionary<string, IBinderType> GetAll()