C# (CSharp) Ninject.Extensions.ChildKernel 네임스페이스

중첩된 네임스페이스

Ninject.Extensions.ChildKernel.WindowsPhone7Tests

클래스들

이름 설명
App The main class of the unittests.
Bar Another test object
Baz A test class
ChildActivationCache The activation cache of child kernels.
ChildKernel This is a kernel with a parent kernel. Any binding that can not be resolved by this kernel is forwarded to the parent.
ChildKernelConstructorScorer Scores constructors by either looking for the existence of an injection marker attribute, or by counting the number of parameters including those defined on parent kernels.
ChildKernelTest Tests the implementation of ChildKernel.
ChildKernelTest.BarMissingBindingResolver
Foo A test object.