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
Binder.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Reflection
6{
7 // Token: 0x020004C9 RID: 1225
8 public abstract class Binder
9 {
10 // Token: 0x0600236A RID: 9066 RVA: 0x000503C0 File Offset: 0x0004E5C0
11 protected Binder()
12 {
13 }
14
15 // Token: 0x0600236B RID: 9067
17
18 // Token: 0x0600236C RID: 9068
19 public abstract MethodBase BindToMethod(BindingFlags bindingAttr, MethodBase[] match, object[] args, ParameterModifier[] modifiers, CultureInfo culture, string[] names, [Out] object state);
20
21 // Token: 0x0600236D RID: 9069
22 public abstract object ChangeType(object value, Type type, CultureInfo culture);
23
24 // Token: 0x0600236E RID: 9070
25 public abstract void ReorderArgumentArray(object[] args, object state);
26
27 // Token: 0x0600236F RID: 9071
29
30 // Token: 0x06002370 RID: 9072
31 public abstract PropertyInfo SelectProperty(BindingFlags bindingAttr, PropertyInfo[] match, Type returnType, Type[] indexes, ParameterModifier[] modifiers);
32 }
33}
class f__AnonymousType0<< Count > j__TPar
PropertyInfo SelectProperty(BindingFlags bindingAttr, PropertyInfo[] match, Type returnType, Type[] indexes, ParameterModifier[] modifiers)
object ChangeType(object value, Type type, CultureInfo culture)
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)
MethodBase SelectMethod(BindingFlags bindingAttr, MethodBase[] match, Type[] types, ParameterModifier[] modifiers)
void ReorderArgumentArray(object[] args, object state)