Does any inversion of support for the control / dependency framework support viewing dependencies of objects that have been registered? This is not for code execution, but for better understanding. It seems that a graph based on the information it has (class A depends on B and C, B's dependencies on class B dependencies on C and E, etc.) It really documents the system well.
I am using Castle Windsor at the moment, but do not mind trying a different structure for this functionality.
source
share