CustomAttributeExtensions.GetCustomAttributes Method
.NET Framework 4.5
Retrieves a collection of custom attributes that are applied to a specified element.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetCustomAttributes<T>(Assembly) | Retrieves a collection of custom attributes of a specified type that are applied to a specified assembly. |
|
GetCustomAttributes(Assembly) | Retrieves a collection of custom attributes 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(MemberInfo) | Retrieves a collection of custom attributes that are applied to a specified member. |
|
GetCustomAttributes(Module) | Retrieves a collection of custom attributes that are applied to a specified module. |
|
GetCustomAttributes<T>(Module) | 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<T>(ParameterInfo) | Retrieves a collection of custom attributes of a specified type that are applied to a specified parameter. |
|
GetCustomAttributes(Assembly, Type) | Retrieves a collection of custom attributes of a specified type that are applied to a specified assembly. |
|
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(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(Module, Type) | Retrieves a collection of custom attributes of a specified type that are applied to a specified module. |
|
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. |
|
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(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(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. |