インターフェイスを実装するクラスの FullName を取得しようとしています。私はStandardKernel
Kernel = new StandardKernel();
でも欲しい情報がなかなか得られないので
Kernel.GetBindings(type).FirstOrDefault().GetProvider() //ignore the pos. null for this example
GetProvider()
が必要で、IContext
どこから入手すればよいかわかりません...