<PackageReference Include="Namotion.Reflection" Version="1.0.0" />
API Differences between 1.0.0 and 3.1.1
53 Additions
48 Removals
Namotion.Reflection
-
public static class AttributeExtensions
-
public class CachedType
-
public abstract class ContextualAccessorInfo : ContextualMemberInfo
-
public class ContextualFieldInfo : ContextualMemberInfo
-
public abstract class ContextualMemberInfo : ContextualType
-
public class ContextualMethodInfo : ContextualMemberInfo
-
public class ContextualParameterInfo : ContextualType
-
public class ContextualPropertyInfo : ContextualMemberInfo
-
public class ContextualType : CachedType
-
public static class ContextualTypeExtensions
-
public static class EnumerableExtensions
-
public static class LegacyTypeExtensions
- public static T GetCustomAttribute<T>(this Type type) where T : Attribute
- public static T GetCustomAttribute<T>(this PropertyInfo propertyInfo) where T : Attribute
- public static Attribute[] GetCustomAttributes(this FieldInfo fieldInfo, bool inherit = true)
- public static Attribute[] GetCustomAttributes(this Type type, bool inherit = true)
- public static Attribute[] GetCustomAttributes(this PropertyInfo propertyInfo, bool inherit = true)
- public static T[] GetCustomAttributes<T>(this Type type, bool inherit = true) where T : Attribute
- public static T[] GetCustomAttributes<T>(this PropertyInfo propertyInfo, bool inherit = true) where T : Attribute
- public static FieldInfo GetDeclaredField(this Type type, string name)
- public static MethodInfo GetRuntimeMethod(this Type type, string name, Type[] types)
- public static PropertyInfo[] GetRuntimeProperties(this Type type)
- public static PropertyInfo GetRuntimeProperty(this Type type, string name)
- public static Type GetTypeInfo(this Type type)
- public static object GetValue(this PropertyInfo propertyInfo, object obj)
- public static void SetValue(this PropertyInfo propertyInfo, object obj, object value)
-
public enum Nullability
-
public static class ObjectExtensions
-
public static class XmlDocs
-
public static class XmlDocsExtensions
-
public enum XmlDocsFormattingMode
-
public class XmlDocsOptions
-
public static class XmlDocumentation
-
public static class XmlDocumentationExtensions