Hi

When using

container.Install(FromAssembly.InDirectory(new
AssemblyFilter(@"bin")));

Windsor installs and call the install method on all classes in the bin
folder which are implementing IWindsorInstaller

However this includes classes from Windsor itself.... is there a way
to only register classes that implements IWindsorInstaller AND are
based on for example IService ... like you can do with
AllTypes.FromAssemblyInDirectory(new
AssemblyFilter("bin")).BasedOn<IService>()

TIA

SMO.

-- 
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