This topic has not yet been rated - Rate this topic

CustomAttributeData.GetCustomAttributes Method

Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Static member GetCustomAttributes(Assembly) Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target assembly.
Public method Static member GetCustomAttributes(MemberInfo) Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member.
Public method Static member GetCustomAttributes(Module) Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target module.
Public method Static member GetCustomAttributes(ParameterInfo) Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target parameter.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.