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
System.Reflection.Binder Class Referenceabstract
+ Inheritance diagram for System.Reflection.Binder:

Public Member Functions

FieldInfo BindToField (BindingFlags bindingAttr, FieldInfo[] match, object value, CultureInfo culture)
 
MethodBase BindToMethod (BindingFlags bindingAttr, MethodBase[] match, object[] args, ParameterModifier[] modifiers, CultureInfo culture, string[] names, [Out] object state)
 
object ChangeType (object value, Type type, CultureInfo culture)
 
void ReorderArgumentArray (object[] args, object state)
 
MethodBase SelectMethod (BindingFlags bindingAttr, MethodBase[] match, Type[] types, ParameterModifier[] modifiers)
 
PropertyInfo SelectProperty (BindingFlags bindingAttr, PropertyInfo[] match, Type returnType, Type[] indexes, ParameterModifier[] modifiers)
 

Protected Member Functions

 Binder ()
 

Detailed Description

Definition at line 8 of file Binder.cs.


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