MemberInfo.GetCustomAttributes Method
.NET Framework 3.0
When overridden in a derived class, returns all attributes applied to this member.
| Name | Description |
|---|---|
| MemberInfo.GetCustomAttributes (Boolean) | When overridden in a derived class, returns an array containing all the custom attributes. Supported by the .NET Compact Framework. |
| MemberInfo.GetCustomAttributes (Type, Boolean) | When overridden in a derived class, returns an array of custom attributes identified by Type. Supported by the .NET Compact Framework. |