C# Класс Ninject.Planning.Strategies.MethodReflectionStrategy

Adds directives to plans indicating which methods should be injected during activation.
Наследование: Ninject.Components.NinjectComponent, IPlanningStrategy
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( IPlan plan ) : void

Adds a MethodInjectionDirective to the plan for each method that should be injected.

MethodReflectionStrategy ( ISelector selector, IInjectorFactory injectorFactory ) : System.Reflection

Initializes a new instance of the MethodReflectionStrategy class.

Описание методов

Execute() публичный Метод

Adds a MethodInjectionDirective to the plan for each method that should be injected.
public Execute ( IPlan plan ) : void
plan IPlan The plan that is being generated.
Результат void

MethodReflectionStrategy() публичный Метод

Initializes a new instance of the MethodReflectionStrategy class.
public MethodReflectionStrategy ( ISelector selector, IInjectorFactory injectorFactory ) : System.Reflection
selector ISelector The selector component.
injectorFactory IInjectorFactory The injector factory component.
Результат System.Reflection