The InjectionTargetInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetCustomAttribute(Type) |
Retrieves a custom attribute of a specified type that is applied to a specified parameter.
|
![]() | GetCustomAttribute(Type, Boolean) |
Retrieves a custom attribute of a specified type that is applied to a specified parameter, and
optionally inspects the ancestors of that parameter.
|
![]() | GetCustomAttributeT |
Retrieves a custom attribute of a specified type that is applied to a specified parameter.
|
![]() | GetCustomAttributeT(Boolean) |
Retrieves a custom attribute of a specified type that is applied to a specified parameter, and
optionally inspects the ancestors of that parameter.
|
![]() | GetCustomAttributes(Boolean) | |
![]() | GetCustomAttributes(Type, Boolean) | |
![]() | GetCustomAttributesT |
Retrieves a collection of custom attributes of a specified type that are applied to a specified parameter.
|
![]() | GetCustomAttributesT(Boolean) |
Retrieves a collection of custom attributes of a specified type that are applied to a specified
parameter, and optionally inspects the ancestors of that parameter.
|
![]() | IsDefined |
See Also