August 2003
Intermediate to advanced
928 pages
32h 1m
English
ICustomAttributeProvider
This interface is implemented if
an object supports custom
attributes. GetCustomAttributes( ) returns the
custom attributes, and IsDefined( ) returns true
if an attribute of a passed System.Type is defined
on this member.
public interface ICustomAttributeProvider { // Public Instance Methods public object[ ] GetCustomAttributes(boolinherit); public object[ ] GetCustomAttributes(TypeattributeType, boolinherit); public bool IsDefined(TypeattributeType, boolinherit); }
Assembly, MemberInfo,
Module, ParameterInfo
MethodInfo.ReturnTypeCustomAttributes