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
ReadProgressEventArgs.cs
Go to the documentation of this file.
1using System;
4
5namespace Ionic.Zip
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200000A")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000025")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1A45010", Offset = "0x1A45010", 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 = "0x6000026")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1A45014", Offset = "0x1A45014", Length = "0x4")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
23 {
24 typeof(string),
26 }, ReturnType = typeof(void))]
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x6000027")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1A45018", Offset = "0x1A45018", Length = "0x6C")]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipFile), Member = "OnReadEntry", MemberParameters = new object[]
35 {
36 typeof(bool),
38 }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
41 {
42 typeof(string),
43 typeof(ZipProgressEventType)
44 }, ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
47 {
48 throw null;
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x6000028")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1A45084", Offset = "0x1A45084", Length = "0x74")]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipFile), Member = "OnReadEntry", MemberParameters = new object[]
54 {
55 typeof(bool),
57 }, ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
60 {
61 typeof(string),
62 typeof(ZipProgressEventType)
63 }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
65 internal static ReadProgressEventArgs After(string archiveName, ZipEntry entry, int entriesTotal)
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x6000029")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1A450F8", Offset = "0x1A450F8", Length = "0x5C")]
72 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipFile), Member = "OnReadStarted", ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
75 {
76 typeof(string),
78 }, ReturnType = typeof(void))]
79 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
81 {
82 throw null;
83 }
84
85 [global::Cpp2ILInjected.Token(Token = "0x600002A")]
86 [global::Cpp2ILInjected.Address(RVA = "0x1A45154", Offset = "0x1A45154", Length = "0x80")]
87 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipFile), Member = "OnReadBytes", MemberParameters = new object[] { typeof(ZipEntry) }, ReturnType = typeof(void))]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
90 {
91 typeof(string),
92 typeof(ZipProgressEventType)
93 }, ReturnType = typeof(void))]
94 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
96 {
97 throw null;
98 }
99
100 [global::Cpp2ILInjected.Token(Token = "0x600002B")]
101 [global::Cpp2ILInjected.Address(RVA = "0x1A451D4", Offset = "0x1A451D4", Length = "0x5C")]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipFile), Member = "OnReadCompleted", ReturnType = typeof(void))]
103 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
104 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
105 {
106 typeof(string),
108 }, ReturnType = typeof(void))]
109 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
111 {
112 throw null;
113 }
114 }
115}
class f__AnonymousType0<< Count > j__TPar
static ReadProgressEventArgs Before(string archiveName, int entriesTotal)
static ReadProgressEventArgs Completed(string archiveName)
static ReadProgressEventArgs Started(string archiveName)
ReadProgressEventArgs(string archiveName, ZipProgressEventType flavor)
static ReadProgressEventArgs After(string archiveName, ZipEntry entry, int entriesTotal)
static ReadProgressEventArgs ByteUpdate(string archiveName, ZipEntry entry, long bytesXferred, long totalBytes)