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
ExtractProgressEventArgs.cs
Go to the documentation of this file.
1using System;
3
4namespace Ionic.Zip
5{
6 // Token: 0x0200000D RID: 13
8 {
9 // Token: 0x06000038 RID: 56 RVA: 0x000024D0 File Offset: 0x000006D0
17
18 // Token: 0x06000039 RID: 57 RVA: 0x000024FC File Offset: 0x000006FC
23
24 // Token: 0x0600003A RID: 58 RVA: 0x00002514 File Offset: 0x00000714
26 {
27 }
28
29 // Token: 0x0600003B RID: 59 RVA: 0x00002122 File Offset: 0x00000322
31 {
32 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
33 }
34
35 // Token: 0x0600003C RID: 60 RVA: 0x00002122 File Offset: 0x00000322
37 {
38 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
39 }
40
41 // Token: 0x0600003D RID: 61 RVA: 0x00002122 File Offset: 0x00000322
43 {
44 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
45 }
46
47 // Token: 0x0600003E RID: 62 RVA: 0x00002122 File Offset: 0x00000322
49 {
50 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
51 }
52
53 // Token: 0x0600003F RID: 63 RVA: 0x00002122 File Offset: 0x00000322
55 {
56 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
57 }
58
59 // Token: 0x06000040 RID: 64 RVA: 0x00002122 File Offset: 0x00000322
61 {
62 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
63 }
64
65 // Token: 0x17000009 RID: 9
66 // (get) Token: 0x06000041 RID: 65 RVA: 0x00002528 File Offset: 0x00000728
68 {
69 get
70 {
71 return this._entriesExtracted;
72 }
73 }
74
75 // Token: 0x1700000A RID: 10
76 // (get) Token: 0x06000042 RID: 66 RVA: 0x0000253C File Offset: 0x0000073C
77 public string ExtractLocation
78 {
79 get
80 {
81 return this._target;
82 }
83 }
84
85 // Token: 0x04000026 RID: 38
86 private int _entriesExtracted;
87
88 // Token: 0x04000027 RID: 39
89 private string _target;
90 }
91}
class f__AnonymousType0<< Count > j__TPar
ExtractProgressEventArgs(string archiveName, bool before, int entriesTotal, int entriesExtracted, ZipEntry entry, string extractLocation)
ExtractProgressEventArgs(string archiveName, ZipProgressEventType flavor)
static ExtractProgressEventArgs BeforeExtractEntry(string archiveName, ZipEntry entry, string extractLocation)
static ExtractProgressEventArgs ExtractAllCompleted(string archiveName, string extractLocation)
static ExtractProgressEventArgs ByteUpdate(string archiveName, ZipEntry entry, long bytesWritten, long totalBytes)
static ExtractProgressEventArgs ExtractExisting(string archiveName, ZipEntry entry, string extractLocation)
static ExtractProgressEventArgs ExtractAllStarted(string archiveName, string extractLocation)
static ExtractProgressEventArgs AfterExtractEntry(string archiveName, ZipEntry entry, string extractLocation)