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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
Ionic.Zip
5
{
6
// Token: 0x0200000A RID: 10
7
public
class
ReadProgressEventArgs
:
ZipProgressEventArgs
8
{
9
// Token: 0x06000025 RID: 37 RVA: 0x00002414 File Offset: 0x00000614
10
internal
ReadProgressEventArgs
()
11
{
12
}
13
14
// Token: 0x06000026 RID: 38 RVA: 0x00002428 File Offset: 0x00000628
15
private
ReadProgressEventArgs
(
string
archiveName
,
ZipProgressEventType
flavor
)
16
:
base
(
archiveName
,
flavor
)
17
{
18
}
19
20
// Token: 0x06000027 RID: 39 RVA: 0x00002122 File Offset: 0x00000322
21
internal
static
ReadProgressEventArgs
Before
(
string
archiveName
,
int
entriesTotal
)
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
33
internal
static
ReadProgressEventArgs
Started
(
string
archiveName
)
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
39
internal
static
ReadProgressEventArgs
ByteUpdate
(
string
archiveName
,
ZipEntry
entry,
long
bytesXferred
,
long
totalBytes
)
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
45
internal
static
ReadProgressEventArgs
Completed
(
string
archiveName
)
46
{
47
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
48
}
49
}
50
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Ionic.Zip.ReadProgressEventArgs.Before
static ReadProgressEventArgs Before(string archiveName, int entriesTotal)
Definition
ReadProgressEventArgs.cs:21
Ionic.Zip.ReadProgressEventArgs.Completed
static ReadProgressEventArgs Completed(string archiveName)
Definition
ReadProgressEventArgs.cs:45
Ionic.Zip.ReadProgressEventArgs.Started
static ReadProgressEventArgs Started(string archiveName)
Definition
ReadProgressEventArgs.cs:33
Ionic.Zip.ReadProgressEventArgs.ReadProgressEventArgs
ReadProgressEventArgs()
Definition
ReadProgressEventArgs.cs:10
Ionic.Zip.ReadProgressEventArgs.ReadProgressEventArgs
ReadProgressEventArgs(string archiveName, ZipProgressEventType flavor)
Definition
ReadProgressEventArgs.cs:15
Ionic.Zip.ReadProgressEventArgs.After
static ReadProgressEventArgs After(string archiveName, ZipEntry entry, int entriesTotal)
Definition
ReadProgressEventArgs.cs:27
Ionic.Zip.ReadProgressEventArgs.ByteUpdate
static ReadProgressEventArgs ByteUpdate(string archiveName, ZipEntry entry, long bytesXferred, long totalBytes)
Definition
ReadProgressEventArgs.cs:39
Ionic.Zip.ReadProgressEventArgs
Definition
ReadProgressEventArgs.cs:8
Ionic.Zip.ZipEntry
Definition
ZipEntry.cs:19
Ionic.Zip.ZipProgressEventArgs
Definition
ZipProgressEventArgs.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Ionic.Zip.ZipProgressEventType
ZipProgressEventType
Definition
ZipProgressEventType.cs:7
Ionic.Zip
Definition
AddOrUpdateAction.cs:4
System
Definition
__ComObject.cs:4
source
Ionic.Zip.CF
Ionic
Zip
ReadProgressEventArgs.cs
Generated by
1.10.0