The InjectionTargetInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Member | 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. | |
| Name | Gets the name of the target. | |
| Parameter |
Gets the constructor argument of the consumer of the component where the dependency will be
injected into. The property can return null.
| |
| Property |
Gets the property of the consumer of the component where the dependency will be injected into.
The property can return null.
| |
| TargetType | Gets the type of the target. |
See Also