CustomAttributeExtensions::GetCustomAttributes Method
Retrieves a collection of custom attributes that are applied to a specified element.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetCustomAttributes(Assembly^) | Retrieves a collection of custom attributes that are applied to a specified assembly. |
![]() ![]() | GetCustomAttributes(Assembly^, Type^) | Retrieves a collection of custom attributes of a specified type that are applied to a specified assembly. |
![]() ![]() | GetCustomAttributes(MemberInfo^) | Retrieves a collection of custom attributes that are applied to a specified member. |
![]() ![]() | GetCustomAttributes(MemberInfo^, Boolean) | Retrieves a collection of custom attributes that are applied to a specified member, and optionally inspects the ancestors of that member. |
![]() ![]() | GetCustomAttributes(MemberInfo^, Type^) | Retrieves a collection of custom attributes of a specified type that are applied to a specified member. |
![]() ![]() | GetCustomAttributes(MemberInfo^, Type^, Boolean) | Retrieves a collection of custom attributes of a specified type that are applied to a specified member, and optionally inspects the ancestors of that member. |
![]() ![]() | GetCustomAttributes(Module^) | Retrieves a collection of custom attributes that are applied to a specified module. |
![]() ![]() | GetCustomAttributes(Module^, Type^) | Retrieves a collection of custom attributes of a specified type that are applied to a specified module. |
![]() ![]() | GetCustomAttributes(ParameterInfo^) | Retrieves a collection of custom attributes that are applied to a specified parameter. |
![]() ![]() | GetCustomAttributes(ParameterInfo^, Boolean) | Retrieves a collection of custom attributes that are applied to a specified parameter, and optionally inspects the ancestors of that parameter. |
![]() ![]() | GetCustomAttributes(ParameterInfo^, Type^) | Retrieves a collection of custom attributes of a specified type that are applied to a specified parameter. |
![]() ![]() | GetCustomAttributes(ParameterInfo^, Type^, 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. |
![]() ![]() | GetCustomAttributes<T>(Assembly^) | Retrieves a collection of custom attributes of a specified type that are applied to a specified assembly. |
![]() ![]() | GetCustomAttributes<T>(MemberInfo^) | Retrieves a collection of custom attributes of a specified type that are applied to a specified member. |
![]() ![]() | GetCustomAttributes<T>(MemberInfo^, Boolean) | Retrieves a collection of custom attributes of a specified type that are applied to a specified member, and optionally inspects the ancestors of that member. |
![]() ![]() | GetCustomAttributes<T>(Module^) | Retrieves a collection of custom attributes of a specified type that are applied to a specified module. |
![]() ![]() | GetCustomAttributes<T>(ParameterInfo^) | Retrieves a collection of custom attributes of a specified type that are applied to a specified parameter. |
![]() ![]() | GetCustomAttributes<T>(ParameterInfo^, 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. |

