Skip to content

MemberInfoExtentions

Namespace: SideXP.Core.Reflection

public static class MemberInfoExtentions

Extension functions for MemberInfo instances.

Methods

IsExposed(MemberInfo)

public static bool IsExposed(MemberInfo member)

Inherited documentation.

IsPublic(MemberInfo)

public static bool IsPublic(MemberInfo member)

Inherited documentation.

IsPrivate(MemberInfo)

public static bool IsPrivate(MemberInfo member)

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.