Click or drag to resize

MemberInfoExtensions Methods

The MemberInfoExtensions type exposes the following members.

Methods
  Name Description
Public Extension Method AttributeExists<TMemberInfo, TAttribute> Returns a boolean flag that determines if the specified TAttribute exists.
Public Extension Method GetFriendlyClassName<TMemberInfo> Gets the friendly class name of the provided MemberInfo object, trimming generic parameters.
Public Extension Method TryGetAttribute<TMemberInfo> (TMemberInfo, String, Attribute) Attempts to get the specified attribute from a MemberInfo object, returning true if it does.
Public Extension Method TryGetAttribute<TMemberInfo> (TMemberInfo, Type, Attribute) Attempts to get the specified attribute from a MemberInfo object, returning true if it does.
Public Extension Method TryGetAttribute<TMemberInfo, TAttribute> (TMemberInfo, TAttribute) Attempts to get the specified attribute from a MemberInfo object, returning true if it does.
Public Extension Method TryGetAttributes<TMemberInfo> (TMemberInfo, String, Attribute[]) Attempts to get the specified attributes from a MemberInfo object, returning true if it does.
Public Extension Method TryGetAttributes<TMemberInfo> (TMemberInfo, Type, Attribute[]) Attempts to get the specified attributes from a MemberInfo object, returning true if it does.
Public Extension Method TryGetAttributes<TMemberInfo, TAttribute> (TMemberInfo, TAttribute[]) Attempts to get the specified attributes from a MemberInfo object, returning true if it does.
Top
See Also