The
methods
of System.Reflection.ICustomAttributeProvider are listed below. For a list of all members, see the ICustomAttributeProvider Members list.
Public Methods
| GetCustomAttributes(bool) : object[]
Returns an array of all of the custom attributes defined on this member, excluding named attributes, or an empty array if there are no custom attributes.
|
| GetCustomAttributes(Type, bool) : object[]
Returns an array of custom attributes defined on this member, identified by type, or an empty array if there are no custom attributes of that type.
|
| IsDefined(Type, bool) : bool
Indicates whether one or more instance of attributeType is defined on this member.
|