Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CustomAttributeData::GetCustomAttributes Method

 

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

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetCustomAttributes(Assembly^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetCustomAttributes(MemberInfo^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetCustomAttributes(Module^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetCustomAttributes(ParameterInfo^)

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

Return to top
Show:
© 2017 Microsoft