terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SaveProgressEventArgs.cs
Go to the documentation of this file.
1using System;
3
4namespace Ionic.Zip
5{
6 // Token: 0x0200000C RID: 12
8 {
9 // Token: 0x06000031 RID: 49 RVA: 0x0000246C File Offset: 0x0000066C
16
17 // Token: 0x06000032 RID: 50 RVA: 0x00002490 File Offset: 0x00000690
19 {
20 }
21
22 // Token: 0x06000033 RID: 51 RVA: 0x000024A4 File Offset: 0x000006A4
27
28 // Token: 0x06000034 RID: 52 RVA: 0x00002122 File Offset: 0x00000322
30 {
31 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
32 }
33
34 // Token: 0x06000035 RID: 53 RVA: 0x00002122 File Offset: 0x00000322
36 {
37 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
38 }
39
40 // Token: 0x06000036 RID: 54 RVA: 0x00002122 File Offset: 0x00000322
42 {
43 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
44 }
45
46 // Token: 0x17000008 RID: 8
47 // (get) Token: 0x06000037 RID: 55 RVA: 0x000024BC File Offset: 0x000006BC
48 public int EntriesSaved
49 {
50 get
51 {
52 return this._entriesSaved;
53 }
54 }
55
56 // Token: 0x04000025 RID: 37
57 private int _entriesSaved;
58 }
59}
class f__AnonymousType0<< Count > j__TPar
SaveProgressEventArgs(string archiveName, ZipProgressEventType flavor)
SaveProgressEventArgs(string archiveName, bool before, int entriesTotal, int entriesSaved, ZipEntry entry)
static SaveProgressEventArgs ByteUpdate(string archiveName, ZipEntry entry, long bytesXferred, long totalBytes)
static SaveProgressEventArgs Started(string archiveName)
static SaveProgressEventArgs Completed(string archiveName)