CustomAttributeData.GetCustomAttributes Method
.NET Framework 4.5
Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target.
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(Assembly) | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target assembly. |
|
GetCustomAttributes(MemberInfo) | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member. |
|
GetCustomAttributes(Module) | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target module. |
|
GetCustomAttributes(ParameterInfo) | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target parameter. |