views:

19

answers:

1

Is there any way to get all registered service type and implementation type in windsor container

A: 

they don't map one to one, but you can get that by container.Kernel.GetAssignableHandlers(typeof(object));

Krzysztof Koźmic

related questions