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
Loading...
Searching...
No Matches
Newtonsoft.Json.Utilities.ReflectionObject Class Reference
+ Collaboration diagram for Newtonsoft.Json.Utilities.ReflectionObject:

Public Member Functions

 ReflectionObject ()
 
object GetValue (object target, string member)
 
void SetValue (object target, string member, object value)
 
Type GetType (string member)
 

Static Public Member Functions

static ReflectionObject Create (Type t, params string[] memberNames)
 
static ReflectionObject Create (Type t, MethodBase creator, params string[] memberNames)
 

Properties

ObjectConstructor< object > Creator [get, set, private set]
 
IDictionary< string, ReflectionMemberMembers [get, set, private set]
 

Private Attributes

ObjectConstructor< object >< Creatork__BackingField
 
IDictionary< string, ReflectionMember >< Membersk__BackingField
 

Detailed Description

Definition at line 17 of file ReflectionObject.cs.


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