Method |
Description |
|
armorAgainstInfiniteLoops ( IInjectionBinding binding ) : void |
|
|
failIf ( bool condition, string message, InjectionExceptionType type ) : void |
|
|
failIf ( bool condition, string message, InjectionExceptionType type, Type t, object name ) : void |
|
|
failIf ( bool condition, string message, InjectionExceptionType type, Type t, object name, object target ) : void |
|
|
failIf ( bool condition, string message, InjectionExceptionType type, Type t, object name, object target, PropertyInfo propertyInfo ) : void |
|
|
getValueInjection ( Type t, object name, object target, PropertyInfo propertyInfo ) : object |
|
|
injectValueIntoPoint ( object value, object target, PropertyInfo point ) : void |
|
|
performConstructorInjection ( object target, IReflectedClass reflection ) : object |
|
|
performSetterInjection ( object target, IReflectedClass reflection ) : void |
|
|
performUninjection ( object target, IReflectedClass reflection ) : void |
|
|
postInject ( object target, IReflectedClass reflection ) : void |
|
|