I need to find out in my project, all the classes that implement an interface called IMyInterface and are registered with the Unity Container.
Anyone know of a way to do this, without having unity create the instance of the Objects which are registered with Unity?