CustomAttributeData::GetCustomAttributes Method
Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target.
Assembly: mscorlib (in mscorlib.dll)
| 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. |

