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

Public Member Functions

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

Protected Member Functions

 Binder ()
 

Detailed Description

Definition at line 9 of file Binder.cs.


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