<PackageReference Include="Namotion.Reflection" Version="3.1.1" />
API Differences between 3.1.1 and 2.1.0
34 Additions
15 Removals
Namotion.Reflection
-
public static class AttributeExtensions
- public static T GetAttribute<T>(this ContextualMemberInfo info, bool inherit)
- public static T GetAttribute<T>(this ContextualParameterInfo info, bool inherit)
- public static T GetAttribute<T>(this CachedType info, bool inherit)
- public static IEnumerable<T> GetAttributes<T>(this ContextualMemberInfo info, bool inherit)
- public static IEnumerable<Attribute> GetAttributes(this ContextualMemberInfo info, bool inherit)
- public static IEnumerable<T> GetAttributes<T>(this ContextualParameterInfo info, bool inherit)
- public static IEnumerable<Attribute> GetAttributes(this ContextualParameterInfo info, bool inherit)
- public static IEnumerable<T> GetAttributes<T>(this CachedType info, bool inherit)
- public static IEnumerable<Attribute> GetAttributes(this CachedType info, bool inherit)
- public static T GetContextAttribute<T>(this ContextualType contextualType, bool inherit)
- public static IEnumerable<T> GetContextAttributes<T>(this ContextualType contextualType, bool inherit)
- public static IEnumerable<Attribute> GetContextAttributes(this ContextualType contextualType, bool inherit)
- public static T GetContextOrTypeAttribute<T>(this ContextualType contextualType, bool inherit)
- public static IEnumerable<T> GetContextOrTypeAttributes<T>(this ContextualType contextualType, bool inherit)
- public static IEnumerable<Attribute> GetContextOrTypeAttributes(this ContextualType contextualType, bool inherit)
- public static bool IsAttributeDefined<T>(this ContextualMemberInfo info, bool inherit)
- public static bool IsAttributeDefined<T>(this ContextualParameterInfo info, bool inherit)
- public static bool IsAttributeDefined<T>(this CachedType info, bool inherit)
- public static bool IsContextAttributeDefined<T>(this ContextualType contextualType, bool inherit)
-
public class CachedType : ICustomAttributeProvider
-
public abstract class ContextualAccessorInfo : ContextualMemberInfo
-
public abstract class ContextualMemberInfo : ICustomAttributeProvider
-
public class ContextualParameterInfo : ICustomAttributeProvider
-
public class ContextualType : CachedType
-
public static class XmlDocsExtensions