InjectionTargetInfo Properties

Simple Injector

The InjectionTargetInfo type exposes the following members.

Properties

  NameDescription
Public propertyMember
Gets the member of the target. This is either the constructor of the parameter, or in case the target is a property, the property itself will be returned.
Public propertyName
Gets the name of the target.
Public propertyParameter
Gets the constructor argument of the consumer of the component where the dependency will be injected into. The property can return null.
Public propertyProperty
Gets the property of the consumer of the component where the dependency will be injected into. The property can return null.
Public propertyTargetType
Gets the type of the target.
Top
See Also

Reference