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
ConstructionCallDictionary.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20003A4")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001DF2")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1B47F48", Offset = "0x1B47F48", Length = "0x7C")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConstructionCall), Member = "InitDictionary", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
17 public ConstructionCallDictionary(global::System.Runtime.Remoting.Activation.IConstructionCallMessage message)
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6001DF3")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1B48ECC", Offset = "0x1B48ECC", Length = "0x3C4")]
24 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
27 {
28 typeof(string),
29 typeof(string)
30 }, ReturnType = typeof(bool))]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 19)]
32 protected override object GetMethodProperty(string key)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x6001DF4")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1B497E0", Offset = "0x1B497E0", Length = "0x260")]
39 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
42 {
43 typeof(string),
44 typeof(string)
45 }, ReturnType = typeof(bool))]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 19)]
48 protected override void SetMethodProperty(string key, object value)
49 {
50 throw null;
51 }
52
53 // Note: this type is marked as 'beforefieldinit'.
54 [global::Cpp2ILInjected.Token(Token = "0x6001DF5")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1B49D1C", Offset = "0x1B49D1C", Length = "0x2B8")]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
57 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 27)]
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x4000F20")]
64 public static string[] InternalKeys;
65 }
66}
class f__AnonymousType0<< Count > j__TPar
ConstructionCallDictionary(global::System.Runtime.Remoting.Activation.IConstructionCallMessage message)