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