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
ZipErrorEventArgs.cs
Go to the documentation of this file.
1using System;
4
5namespace Ionic.Zip
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200000E")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000043")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1A45824", Offset = "0x1A45824", Length = "0x4")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipProgressEventArgs), Member = ".ctor", ReturnType = typeof(void))]
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6000044")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1A45828", Offset = "0x1A45828", Length = "0x78")]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipFile), Member = "OnZipErrorSaving", MemberParameters = new object[]
22 {
25 }, ReturnType = typeof(bool))]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipProgressEventArgs), Member = ".ctor", ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x1700000B")]
36 {
37 [global::Cpp2ILInjected.Token(Token = "0x6000045")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1A458A0", Offset = "0x1A458A0", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 get
41 {
42 throw null;
43 }
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x1700000C")]
47 public string FileName
48 {
49 [global::Cpp2ILInjected.Token(Token = "0x6000046")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1A458A8", Offset = "0x1A458A8", Length = "0xC")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 get
53 {
54 throw null;
55 }
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x4000028")]
59 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
60 private Exception _exc;
61 }
62}
class f__AnonymousType0<< Count > j__TPar
static ZipErrorEventArgs Saving(string archiveName, ZipEntry entry, Exception exception)