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
ReadProgressEventArgs.cs
Go to the documentation of this file.
1using System;
3
4namespace Ionic.Zip
5{
6 // Token: 0x0200000A RID: 10
8 {
9 // Token: 0x06000025 RID: 37 RVA: 0x00002414 File Offset: 0x00000614
11 {
12 }
13
14 // Token: 0x06000026 RID: 38 RVA: 0x00002428 File Offset: 0x00000628
19
20 // Token: 0x06000027 RID: 39 RVA: 0x00002122 File Offset: 0x00000322
22 {
23 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
24 }
25
26 // Token: 0x06000028 RID: 40 RVA: 0x00002122 File Offset: 0x00000322
27 internal static ReadProgressEventArgs After(string archiveName, ZipEntry entry, int entriesTotal)
28 {
29 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
30 }
31
32 // Token: 0x06000029 RID: 41 RVA: 0x00002122 File Offset: 0x00000322
34 {
35 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
36 }
37
38 // Token: 0x0600002A RID: 42 RVA: 0x00002122 File Offset: 0x00000322
40 {
41 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
42 }
43
44 // Token: 0x0600002B RID: 43 RVA: 0x00002122 File Offset: 0x00000322
46 {
47 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
48 }
49 }
50}
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)