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
ErrorMessage.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20003A7")]
11 [global::System.Serializable]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6001DFE")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1B407E4", Offset = "0x1B407E4", Length = "0x50")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.CrossAppDomainSink), Member = "ProcessMessageInDomain", MemberParameters = new object[]
17 {
18 typeof(byte[]),
19 typeof(CADMethodCallMessage)
20 }, ReturnType = "System.Runtime.Remoting.Channels.CrossAppDomainSink.ProcessMessageRes")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
24 public ErrorMessage()
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x170003AD")]
30 public int ArgCount
31 {
32 [global::Cpp2ILInjected.Token(Token = "0x6001DFF")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1B4A29C", Offset = "0x1B4A29C", Length = "0x8")]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 get
36 {
37 throw null;
38 }
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x170003AE")]
42 public object[] Args
43 {
44 [global::Cpp2ILInjected.Token(Token = "0x6001E00")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1B4A2A4", Offset = "0x1B4A2A4", Length = "0x8")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 get
48 {
49 throw null;
50 }
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x170003AF")]
54 public global::System.Reflection.MethodBase MethodBase
55 {
56 [global::Cpp2ILInjected.Token(Token = "0x6001E01")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1B4A2AC", Offset = "0x1B4A2AC", Length = "0x8")]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 get
60 {
61 throw null;
62 }
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x170003B0")]
66 public string MethodName
67 {
68 [global::Cpp2ILInjected.Token(Token = "0x6001E02")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1B4A2B4", Offset = "0x1B4A2B4", Length = "0x40")]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
72 get
73 {
74 throw null;
75 }
76 }
77
78 [global::Cpp2ILInjected.Token(Token = "0x170003B1")]
79 public object MethodSignature
80 {
81 [global::Cpp2ILInjected.Token(Token = "0x6001E03")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1B4A2F4", Offset = "0x1B4A2F4", Length = "0x8")]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
84 get
85 {
86 throw null;
87 }
88 }
89
90 [global::Cpp2ILInjected.Token(Token = "0x170003B2")]
91 public virtual global::System.Collections.IDictionary Properties
92 {
93 [global::Cpp2ILInjected.Token(Token = "0x6001E04")]
94 [global::Cpp2ILInjected.Address(RVA = "0x1B4A2FC", Offset = "0x1B4A2FC", Length = "0x8")]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
96 get
97 {
98 throw null;
99 }
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x170003B3")]
103 public string TypeName
104 {
105 [global::Cpp2ILInjected.Token(Token = "0x6001E05")]
106 [global::Cpp2ILInjected.Address(RVA = "0x1B4A304", Offset = "0x1B4A304", Length = "0x40")]
107 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
108 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
109 get
110 {
111 throw null;
112 }
113 }
114
115 [global::Cpp2ILInjected.Token(Token = "0x170003B4")]
116 public string Uri
117 {
118 [global::Cpp2ILInjected.Token(Token = "0x6001E06")]
119 [global::Cpp2ILInjected.Address(RVA = "0x1B4A344", Offset = "0x1B4A344", Length = "0x8")]
120 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
121 get
122 {
123 throw null;
124 }
125 }
126
127 [global::Cpp2ILInjected.Token(Token = "0x6001E07")]
128 [global::Cpp2ILInjected.Address(RVA = "0x1B4A34C", Offset = "0x1B4A34C", Length = "0x8")]
129 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
130 public object GetArg(int arg_num)
131 {
132 throw null;
133 }
134
135 [global::Cpp2ILInjected.Token(Token = "0x170003B5")]
137 {
138 [global::Cpp2ILInjected.Token(Token = "0x6001E08")]
139 [global::Cpp2ILInjected.Address(RVA = "0x1B4A354", Offset = "0x1B4A354", Length = "0x8")]
140 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
141 get
142 {
143 throw null;
144 }
145 }
146
147 [global::Cpp2ILInjected.Token(Token = "0x4000F22")]
148 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
149 private string _uri;
150 }
151}
class f__AnonymousType0<< Count > j__TPar
virtual global::System.Collections.IDictionary Properties