System.Reflection.ICustomAttributeProvider Members

The members of System.Reflection.ICustomAttributeProvider are listed below.

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.