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
Binder.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Reflection
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20004C9")]
9 public abstract class Binder
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600236A")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1B80814", Offset = "0x1B80814", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = ".ctor", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 protected Binder()
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x600236B")]
22 public abstract FieldInfo BindToField(BindingFlags bindingAttr, FieldInfo[] match, object value, global::System.Globalization.CultureInfo culture);
23
24 [global::Cpp2ILInjected.Token(Token = "0x600236C")]
25 public abstract MethodBase BindToMethod(BindingFlags bindingAttr, MethodBase[] match, ref object[] args, ParameterModifier[] modifiers, global::System.Globalization.CultureInfo culture, string[] names, out object state);
26
27 [global::Cpp2ILInjected.Token(Token = "0x600236D")]
28 public abstract object ChangeType(object value, global::System.Type type, global::System.Globalization.CultureInfo culture);
29
30 [global::Cpp2ILInjected.Token(Token = "0x600236E")]
31 public abstract void ReorderArgumentArray(ref object[] args, object state);
32
33 [global::Cpp2ILInjected.Token(Token = "0x600236F")]
34 public abstract MethodBase SelectMethod(BindingFlags bindingAttr, MethodBase[] match, global::System.Type[] types, ParameterModifier[] modifiers);
35
36 [global::Cpp2ILInjected.Token(Token = "0x6002370")]
37 public abstract PropertyInfo SelectProperty(BindingFlags bindingAttr, PropertyInfo[] match, global::System.Type returnType, global::System.Type[] indexes, ParameterModifier[] modifiers);
38 }
39}
class f__AnonymousType0<< Count > j__TPar
MethodBase BindToMethod(BindingFlags bindingAttr, MethodBase[] match, ref object[] args, ParameterModifier[] modifiers, global::System.Globalization.CultureInfo culture, string[] names, out object state)
MethodBase SelectMethod(BindingFlags bindingAttr, MethodBase[] match, global::System.Type[] types, ParameterModifier[] modifiers)
object ChangeType(object value, global::System.Type type, global::System.Globalization.CultureInfo culture)
PropertyInfo SelectProperty(BindingFlags bindingAttr, PropertyInfo[] match, global::System.Type returnType, global::System.Type[] indexes, ParameterModifier[] modifiers)
void ReorderArgumentArray(ref object[] args, object state)
FieldInfo BindToField(BindingFlags bindingAttr, FieldInfo[] match, object value, global::System.Globalization.CultureInfo culture)