terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory Class Reference
+ Inheritance diagram for Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory:

Public Member Functions

override ObjectConstructor< object > CreateParameterizedConstructor (MethodBase method)
 
override MethodCall< T, object > CreateMethodCall< T > (MethodBase method)
 
override Func< T > CreateDefaultConstructor< T > (Type type)
 
override Func< T, object > CreateGet< T > (PropertyInfo propertyInfo)
 
override Func< T, object > CreateGet< T > (FieldInfo fieldInfo)
 
override Action< T, object > CreateSet< T > (FieldInfo fieldInfo)
 
override Action< T, object > CreateSet< T > (PropertyInfo propertyInfo)
 
 LateBoundReflectionDelegateFactory ()
 
Func< T, object > CreateGet< T > (MemberInfo memberInfo)
 
Action< T, object > CreateSet< T > (MemberInfo memberInfo)
 

Properties

static ReflectionDelegateFactory Instance [get]
 

Static Private Member Functions

static LateBoundReflectionDelegateFactory ()
 

Static Private Attributes

static readonly LateBoundReflectionDelegateFactory _instance
 

Detailed Description

Definition at line 11 of file LateBoundReflectionDelegateFactory.cs.


The documentation for this class was generated from the following file: