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
AddProgressEventArgs.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
Ionic.Zip
5
{
6
// Token: 0x0200000B RID: 11
7
public
class
AddProgressEventArgs
:
ZipProgressEventArgs
8
{
9
// Token: 0x0600002C RID: 44 RVA: 0x00002440 File Offset: 0x00000640
10
internal
AddProgressEventArgs
()
11
{
12
}
13
14
// Token: 0x0600002D RID: 45 RVA: 0x00002454 File Offset: 0x00000654
15
private
AddProgressEventArgs
(
string
archiveName
,
ZipProgressEventType
flavor
)
16
:
base
(
archiveName
,
flavor
)
17
{
18
}
19
20
// Token: 0x0600002E RID: 46 RVA: 0x00002122 File Offset: 0x00000322
21
internal
static
AddProgressEventArgs
AfterEntry
(
string
archiveName
,
ZipEntry
entry,
int
entriesTotal
)
22
{
23
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
24
}
25
26
// Token: 0x0600002F RID: 47 RVA: 0x00002122 File Offset: 0x00000322
27
internal
static
AddProgressEventArgs
Started
(
string
archiveName
)
28
{
29
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
30
}
31
32
// Token: 0x06000030 RID: 48 RVA: 0x00002122 File Offset: 0x00000322
33
internal
static
AddProgressEventArgs
Completed
(
string
archiveName
)
34
{
35
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
36
}
37
}
38
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Ionic.Zip.AddProgressEventArgs.AddProgressEventArgs
AddProgressEventArgs()
Definition
AddProgressEventArgs.cs:10
Ionic.Zip.AddProgressEventArgs.AddProgressEventArgs
AddProgressEventArgs(string archiveName, ZipProgressEventType flavor)
Definition
AddProgressEventArgs.cs:15
Ionic.Zip.AddProgressEventArgs.AfterEntry
static AddProgressEventArgs AfterEntry(string archiveName, ZipEntry entry, int entriesTotal)
Definition
AddProgressEventArgs.cs:21
Ionic.Zip.AddProgressEventArgs.Started
static AddProgressEventArgs Started(string archiveName)
Definition
AddProgressEventArgs.cs:27
Ionic.Zip.AddProgressEventArgs.Completed
static AddProgressEventArgs Completed(string archiveName)
Definition
AddProgressEventArgs.cs:33
Ionic.Zip.AddProgressEventArgs
Definition
AddProgressEventArgs.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
AddProgressEventArgs.cs
Generated by
1.10.0