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.ReflectionObject Class Reference

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, private set]
 
IDictionary< string, ReflectionMemberMembers [get, private set]
 

Private Attributes

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

Detailed Description

Definition at line 13 of file ReflectionObject.cs.


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