CustomReflectionContext.GetCustomAttributes Method
.NET Framework 4.5
When overridden in a derived class, provides a modified collection of custom attributes for the specified object, as represented in this reflection context.
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(MemberInfo, IEnumerable<Object>) | When overridden in a derived class, provides a list of custom attributes for the specified member, as represented in this reflection context. |
|
GetCustomAttributes(ParameterInfo, IEnumerable<Object>) | When overridden in a derived class, provides a list of custom attributes for the specified parameter, as represented in this reflection context. |