|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory:
Collaboration 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, set] |
Static Private Member Functions | |
| static | LateBoundReflectionDelegateFactory () |
Static Private Attributes | |
| static readonly LateBoundReflectionDelegateFactory | _instance |
Definition at line 13 of file LateBoundReflectionDelegateFactory.cs.