CanReadMemberValue(MemberInfo member, bool nonPublic) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
CanSetMemberValue(MemberInfo member, bool nonPublic, bool canSetReadOnly) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
EmptyTypes | Newtonsoft.Json.Utilities.ReflectionUtils | static |
EnsureNotNullableType(Type t) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetAssemblyDelimiterIndex(string fullyQualifiedTypeName) | Newtonsoft.Json.Utilities.ReflectionUtils | inlineprivatestatic |
GetAttribute< T >(object attributeProvider) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetAttribute< T >(object attributeProvider, bool inherit) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetAttributes(object attributeProvider, Type attributeType, bool inherit) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetAttributes< T >(object attributeProvider, bool inherit) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetBaseDefinition(this PropertyInfo propertyInfo) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetChildPrivateFields(IList< MemberInfo > initialFields, Type targetType, BindingFlags bindingAttr) | Newtonsoft.Json.Utilities.ReflectionUtils | inlineprivatestatic |
GetChildPrivateProperties(IList< PropertyInfo > initialProperties, Type targetType, BindingFlags bindingAttr) | Newtonsoft.Json.Utilities.ReflectionUtils | inlineprivatestatic |
GetCollectionItemType(Type type) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetDefaultConstructor(Type t) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetDefaultConstructor(Type t, bool nonPublic) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetDefaultValue(Type type) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetDictionaryKeyValueTypes(Type dictionaryType, out Type keyType, out Type valueType) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetFields(Type targetType, BindingFlags bindingAttr) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetFieldsAndProperties(Type type, BindingFlags bindingAttr) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetMemberInfoFromType(Type targetType, MemberInfo memberInfo) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetMemberUnderlyingType(MemberInfo member) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetMemberValue(MemberInfo member, object target) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetObjectType(object v) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetProperties(Type targetType, BindingFlags bindingAttr) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
GetTypeName(Type t, FormatterAssemblyStyle assemblyFormat, SerializationBinder binder) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
HasDefaultConstructor(Type t, bool nonPublic) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
ImplementsGenericDefinition(Type type, Type genericInterfaceDefinition) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
ImplementsGenericDefinition(Type type, Type genericInterfaceDefinition, out Type implementingType) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
InheritsGenericDefinition(Type type, Type genericClassDefinition) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
InheritsGenericDefinition(Type type, Type genericClassDefinition, out Type implementingType) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
InheritsGenericDefinitionInternal(Type currentType, Type genericClassDefinition, out Type implementingType) | Newtonsoft.Json.Utilities.ReflectionUtils | inlineprivatestatic |
IsGenericDefinition(Type type, Type genericInterfaceDefinition) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
IsIndexedProperty(MemberInfo member) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
IsIndexedProperty(PropertyInfo property) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
IsMethodOverridden(Type currentType, Type methodDeclaringType, string method) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
IsNullable(Type t) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
IsNullableType(Type t) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
IsOverridenGenericMember(MemberInfo memberInfo, BindingFlags bindingAttr) | Newtonsoft.Json.Utilities.ReflectionUtils | inlineprivatestatic |
IsPublic(PropertyInfo property) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
IsVirtual(this PropertyInfo propertyInfo) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
ReflectionUtils() | Newtonsoft.Json.Utilities.ReflectionUtils | inlineprivatestatic |
RemoveAssemblyDetails(string fullyQualifiedTypeName) | Newtonsoft.Json.Utilities.ReflectionUtils | inlineprivatestatic |
RemoveFlag(this BindingFlags bindingAttr, BindingFlags flag) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
SetMemberValue(MemberInfo member, object target, object value) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |
SplitFullyQualifiedTypeName(string fullyQualifiedTypeName, out string typeName, out string assemblyName) | Newtonsoft.Json.Utilities.ReflectionUtils | inlinestatic |