I have written a tiny utility that generates the dependency graph given a certain binding. I want to make it slightly smarter, and have it automagically generate the entire dependency graph.
For this to work, I need a reference to the ReadOnlyKernel type that contains the private bindings field.
However, for some reason that I just cannot understand, I cannot find the ReadOnlyKernel in the Ninject namespace anywhere! I'm sure I'm overlooking something simple but it's driving me crazy :)
Would you have any idea what I'm doing wrong or why this is impossible?
Hi,
I have written a tiny utility that generates the dependency graph given a certain binding. I want to make it slightly smarter, and have it automagically generate the entire dependency graph.
For this to work, I need a reference to the
ReadOnlyKernel
type that contains the privatebindings
field.However, for some reason that I just cannot understand, I cannot find the
ReadOnlyKernel
in theNinject
namespace anywhere! I'm sure I'm overlooking something simple but it's driving me crazy :)Would you have any idea what I'm doing wrong or why this is impossible?
Thanks!