Share via


AttributeTableContainer.GetAttributes Method

Include Protected Members
Include Inherited Members

Enumerates the attributes of the specified member or assembly.

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

Overload List

  Name Description
Public method GetAttributes(Assembly, Type) Enumerates the attributes of the specified assembly.
Public method GetAttributes(MemberInfo, Type) Enumerates custom attributes for the specified member, including inherited attributes from base members.
Public method GetAttributes(Assembly, Type, Func<Object, Object>) Enumerates the attributes of the specified assembly.
Public method GetAttributes(MemberInfo, Type, Func<Object, Object>) Enumerates custom attributes for the specified member, including inherited attributes from base members.

Top

See Also

Reference

AttributeTableContainer Class

Microsoft.Windows.Design.Metadata Namespace