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
ZipProgressEventArgs.cs
Go to the documentation of this file.
1using System;
4
5namespace Ionic.Zip
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000009")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000015")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1A44EC0", Offset = "0x1A44EC0", Length = "0x58")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReadProgressEventArgs), Member = ".ctor", ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AddProgressEventArgs), Member = ".ctor", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SaveProgressEventArgs), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtractProgressEventArgs), Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtractProgressEventArgs), Member = "BeforeExtractEntry", MemberParameters = new object[]
17 {
18 typeof(string),
20 typeof(string)
21 }, ReturnType = typeof(ExtractProgressEventArgs))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtractProgressEventArgs), Member = "ExtractExisting", MemberParameters = new object[]
23 {
24 typeof(string),
26 typeof(string)
27 }, ReturnType = typeof(ExtractProgressEventArgs))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtractProgressEventArgs), Member = "AfterExtractEntry", MemberParameters = new object[]
29 {
30 typeof(string),
32 typeof(string)
33 }, ReturnType = typeof(ExtractProgressEventArgs))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipErrorEventArgs), Member = ".ctor", ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipErrorEventArgs), Member = "Saving", MemberParameters = new object[]
36 {
37 typeof(string),
40 }, ReturnType = typeof(ZipErrorEventArgs))]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventArgs), Member = ".ctor", ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x6000016")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1A44F18", Offset = "0x1A44F18", Length = "0x74")]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReadProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
52 {
53 typeof(string),
55 }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReadProgressEventArgs), Member = "Before", MemberParameters = new object[]
57 {
58 typeof(string),
59 typeof(int)
60 }, ReturnType = typeof(ReadProgressEventArgs))]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReadProgressEventArgs), Member = "After", MemberParameters = new object[]
62 {
63 typeof(string),
64 typeof(ZipEntry),
65 typeof(int)
66 }, ReturnType = typeof(ReadProgressEventArgs))]
67 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReadProgressEventArgs), Member = "Started", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(ReadProgressEventArgs))]
68 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReadProgressEventArgs), Member = "ByteUpdate", MemberParameters = new object[]
69 {
70 typeof(string),
71 typeof(ZipEntry),
72 typeof(long),
73 typeof(long)
74 }, ReturnType = typeof(ReadProgressEventArgs))]
75 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReadProgressEventArgs), Member = "Completed", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(ReadProgressEventArgs))]
76 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AddProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
77 {
78 typeof(string),
79 typeof(ZipProgressEventType)
80 }, ReturnType = typeof(void))]
81 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AddProgressEventArgs), Member = "AfterEntry", MemberParameters = new object[]
82 {
83 typeof(string),
84 typeof(ZipEntry),
85 typeof(int)
86 }, ReturnType = typeof(AddProgressEventArgs))]
87 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AddProgressEventArgs), Member = "Started", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(AddProgressEventArgs))]
88 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AddProgressEventArgs), Member = "Completed", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(AddProgressEventArgs))]
89 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SaveProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
90 {
91 typeof(string),
92 typeof(bool),
93 typeof(int),
94 typeof(int),
95 typeof(ZipEntry)
96 }, ReturnType = typeof(void))]
97 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SaveProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
98 {
99 typeof(string),
100 typeof(ZipProgressEventType)
101 }, ReturnType = typeof(void))]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SaveProgressEventArgs), Member = "ByteUpdate", MemberParameters = new object[]
103 {
104 typeof(string),
105 typeof(ZipEntry),
106 typeof(long),
107 typeof(long)
108 }, ReturnType = typeof(SaveProgressEventArgs))]
109 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SaveProgressEventArgs), Member = "Started", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(SaveProgressEventArgs))]
110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SaveProgressEventArgs), Member = "Completed", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(SaveProgressEventArgs))]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtractProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
112 {
113 typeof(string),
114 typeof(bool),
115 typeof(int),
116 typeof(int),
117 typeof(ZipEntry),
118 typeof(string)
119 }, ReturnType = typeof(void))]
120 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtractProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
121 {
122 typeof(string),
123 typeof(ZipProgressEventType)
124 }, ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtractProgressEventArgs), Member = "ExtractAllStarted", MemberParameters = new object[]
126 {
127 typeof(string),
128 typeof(string)
129 }, ReturnType = typeof(ExtractProgressEventArgs))]
130 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtractProgressEventArgs), Member = "ExtractAllCompleted", MemberParameters = new object[]
131 {
132 typeof(string),
133 typeof(string)
134 }, ReturnType = typeof(ExtractProgressEventArgs))]
135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtractProgressEventArgs), Member = "ByteUpdate", MemberParameters = new object[]
136 {
137 typeof(string),
138 typeof(ZipEntry),
139 typeof(long),
140 typeof(long)
141 }, ReturnType = typeof(ExtractProgressEventArgs))]
142 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipFile), Member = "OnSaveEntry", MemberParameters = new object[]
143 {
144 typeof(int),
145 typeof(ZipEntry),
146 typeof(bool)
147 }, ReturnType = typeof(void))]
148 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipFile), Member = "OnSaveEvent", MemberParameters = new object[] { typeof(ZipProgressEventType) }, ReturnType = typeof(void))]
149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipFile), Member = "OnExtractEntry", MemberParameters = new object[]
150 {
151 typeof(int),
152 typeof(bool),
153 typeof(ZipEntry),
154 typeof(string)
155 }, ReturnType = typeof(void))]
156 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 23)]
157 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventArgs), Member = ".ctor", ReturnType = typeof(void))]
158 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
160 {
161 throw null;
162 }
163
164 [global::Cpp2ILInjected.Token(Token = "0x17000001")]
165 public int EntriesTotal
166 {
167 [global::Cpp2ILInjected.Token(Token = "0x6000017")]
168 [global::Cpp2ILInjected.Address(RVA = "0x1A44F8C", Offset = "0x1A44F8C", Length = "0x8")]
169 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
170 get
171 {
172 throw null;
173 }
174 [global::Cpp2ILInjected.Token(Token = "0x6000018")]
175 [global::Cpp2ILInjected.Address(RVA = "0x1A44F94", Offset = "0x1A44F94", Length = "0x8")]
176 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
177 set
178 {
179 throw null;
180 }
181 }
182
183 [global::Cpp2ILInjected.Token(Token = "0x17000002")]
185 {
186 [global::Cpp2ILInjected.Token(Token = "0x6000019")]
187 [global::Cpp2ILInjected.Address(RVA = "0x1A44F9C", Offset = "0x1A44F9C", Length = "0x8")]
188 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
189 get
190 {
191 throw null;
192 }
193 [global::Cpp2ILInjected.Token(Token = "0x600001A")]
194 [global::Cpp2ILInjected.Address(RVA = "0x1A44FA4", Offset = "0x1A44FA4", Length = "0x8")]
195 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
196 set
197 {
198 throw null;
199 }
200 }
201
202 [global::Cpp2ILInjected.Token(Token = "0x17000003")]
203 public bool Cancel
204 {
205 [global::Cpp2ILInjected.Token(Token = "0x600001B")]
206 [global::Cpp2ILInjected.Address(RVA = "0x1A44FAC", Offset = "0x1A44FAC", Length = "0x8")]
207 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
208 get
209 {
210 throw null;
211 }
212 [global::Cpp2ILInjected.Token(Token = "0x600001C")]
213 [global::Cpp2ILInjected.Address(RVA = "0x1A44FB4", Offset = "0x1A44FB4", Length = "0x1C")]
214 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
215 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
216 set
217 {
218 throw null;
219 }
220 }
221
222 [global::Cpp2ILInjected.Token(Token = "0x17000004")]
224 {
225 [global::Cpp2ILInjected.Token(Token = "0x600001D")]
226 [global::Cpp2ILInjected.Address(RVA = "0x1A44FD0", Offset = "0x1A44FD0", Length = "0x8")]
227 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
228 get
229 {
230 throw null;
231 }
232 [global::Cpp2ILInjected.Token(Token = "0x600001E")]
233 [global::Cpp2ILInjected.Address(RVA = "0x1A44FD8", Offset = "0x1A44FD8", Length = "0x8")]
234 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
235 set
236 {
237 throw null;
238 }
239 }
240
241 [global::Cpp2ILInjected.Token(Token = "0x17000005")]
242 public string ArchiveName
243 {
244 [global::Cpp2ILInjected.Token(Token = "0x600001F")]
245 [global::Cpp2ILInjected.Address(RVA = "0x1A44FE0", Offset = "0x1A44FE0", Length = "0x8")]
246 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
247 get
248 {
249 throw null;
250 }
251 [global::Cpp2ILInjected.Token(Token = "0x6000020")]
252 [global::Cpp2ILInjected.Address(RVA = "0x1A44FE8", Offset = "0x1A44FE8", Length = "0x8")]
253 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
254 set
255 {
256 throw null;
257 }
258 }
259
260 [global::Cpp2ILInjected.Token(Token = "0x17000006")]
262 {
263 [global::Cpp2ILInjected.Token(Token = "0x6000021")]
264 [global::Cpp2ILInjected.Address(RVA = "0x1A44FF0", Offset = "0x1A44FF0", Length = "0x8")]
265 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
266 get
267 {
268 throw null;
269 }
270 [global::Cpp2ILInjected.Token(Token = "0x6000022")]
271 [global::Cpp2ILInjected.Address(RVA = "0x1A44FF8", Offset = "0x1A44FF8", Length = "0x8")]
272 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
273 set
274 {
275 throw null;
276 }
277 }
278
279 [global::Cpp2ILInjected.Token(Token = "0x17000007")]
281 {
282 [global::Cpp2ILInjected.Token(Token = "0x6000023")]
283 [global::Cpp2ILInjected.Address(RVA = "0x1A45000", Offset = "0x1A45000", Length = "0x8")]
284 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
285 get
286 {
287 throw null;
288 }
289 [global::Cpp2ILInjected.Token(Token = "0x6000024")]
290 [global::Cpp2ILInjected.Address(RVA = "0x1A45008", Offset = "0x1A45008", Length = "0x8")]
291 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
292 set
293 {
294 throw null;
295 }
296 }
297
298 [global::Cpp2ILInjected.Token(Token = "0x400001E")]
299 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
300 private int _entriesTotal;
301
302 [global::Cpp2ILInjected.Token(Token = "0x400001F")]
303 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
304 private bool _cancel;
305
306 [global::Cpp2ILInjected.Token(Token = "0x4000020")]
307 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
309
310 [global::Cpp2ILInjected.Token(Token = "0x4000021")]
311 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
313
314 [global::Cpp2ILInjected.Token(Token = "0x4000022")]
315 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
316 private string _archiveName;
317
318 [global::Cpp2ILInjected.Token(Token = "0x4000023")]
319 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
320 private long _bytesTransferred;
321
322 [global::Cpp2ILInjected.Token(Token = "0x4000024")]
323 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
325 }
326}
class f__AnonymousType0<< Count > j__TPar
ZipProgressEventArgs(string archiveName, ZipProgressEventType flavor)