Hi all,

I have a set of plugins in my application all implementing IPlugin.
The plugins are in different assemblies.

Currently I define each plugin in my config file. Is there any way to
do this through the fluent interface?

Also, assuming that all plugins are registered correcty, I have a
class that serves as the plugin broker where consumers can go and say
please give me the plugin for the given ID. In that class there is a
dictionary holding all plugin implementations (map from plugin string
id to IPlugin)

Is there any way to auto-wire this dependency withough having to let
castle manage this class (and register the dependency manually)?

thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to