MemberInfoExtentions¶
Namespace:
SideXP.Core.Reflection
Extension functions for MemberInfo instances.
Methods¶
IsExposed(MemberInfo)¶
Inherited documentation.
IsPublic(MemberInfo)¶
Inherited documentation.
IsPrivate(MemberInfo)¶
Inherited documentation.
TryGetAttribute(MemberInfo, Type, Attribute, bool)¶
public static bool TryGetAttribute(MemberInfo member, Type attributeType, out Attribute attribute, bool inherit = true)
Inherited documentation.
TryGetAttribute<TAttribute>(MemberInfo, TAttribute, bool)¶
public static bool TryGetAttribute<TAttribute>(MemberInfo member, out TAttribute attribute, bool inherit = true)
Inherited documentation.
TryGetAttributes(MemberInfo, Type, Attribute[], bool)¶
public static bool TryGetAttributes(MemberInfo member, Type attributeType, out Attribute[] attributes, bool inherit = true)
Inherited documentation.
TryGetAttributes<TAttribute>(MemberInfo, TAttribute[], bool)¶
public static bool TryGetAttributes<TAttribute>(MemberInfo member, out TAttribute[] attributes, bool inherit = true)
Inherited documentation.