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
AddProgressEventArgs.cs
Go to the documentation of this file.
1using System;
4
5namespace Ionic.Zip
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200000B")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600002C")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1A45230", Offset = "0x1A45230", 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 = "0x600002D")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1A45234", Offset = "0x1A45234", 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 = "0x600002E")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1A45238", Offset = "0x1A45238", Length = "0x74")]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipFile), Member = "AfterAddEntry", MemberParameters = new object[] { typeof(ZipEntry) }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
37 {
38 typeof(string),
39 typeof(ZipProgressEventType)
40 }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x600002F")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1A452AC", Offset = "0x1A452AC", Length = "0x5C")]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipFile), Member = "OnAddStarted", ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
52 {
53 typeof(string),
55 }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x6000030")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1A45308", Offset = "0x1A45308", Length = "0x5C")]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipFile), Member = "OnAddCompleted", ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipProgressEventArgs), Member = ".ctor", MemberParameters = new object[]
67 {
68 typeof(string),
70 }, ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
73 {
74 throw null;
75 }
76 }
77}
class f__AnonymousType0<< Count > j__TPar
AddProgressEventArgs(string archiveName, ZipProgressEventType flavor)
static AddProgressEventArgs AfterEntry(string archiveName, ZipEntry entry, int entriesTotal)
static AddProgressEventArgs Started(string archiveName)
static AddProgressEventArgs Completed(string archiveName)