C# 클래스 Ninject.Planning.Strategies.MethodReflectionStrategy

Adds directives to plans indicating which methods should be injected during activation.
상속: Ninject.Components.NinjectComponent, IPlanningStrategy
파일 보기 프로젝트 열기: ninject/Ninject

공개 메소드들

메소드 설명
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