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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
Ionic.Zip
5
{
6
// Token: 0x0200000C RID: 12
7
public
class
SaveProgressEventArgs
:
ZipProgressEventArgs
8
{
9
// Token: 0x06000031 RID: 49 RVA: 0x0000246C File Offset: 0x0000066C
10
internal
SaveProgressEventArgs
(
string
archiveName
,
bool
before
,
int
entriesTotal
,
int
entriesSaved
,
ZipEntry
entry)
11
{
12
this._entriesTotal
=
entriesTotal
;
13
this._latestEntry
= entry;
14
this._entriesSaved
=
entriesSaved
;
15
}
16
17
// Token: 0x06000032 RID: 50 RVA: 0x00002490 File Offset: 0x00000690
18
internal
SaveProgressEventArgs
()
19
{
20
}
21
22
// Token: 0x06000033 RID: 51 RVA: 0x000024A4 File Offset: 0x000006A4
23
internal
SaveProgressEventArgs
(
string
archiveName
,
ZipProgressEventType
flavor
)
24
:
base
(
archiveName
,
flavor
)
25
{
26
}
27
28
// Token: 0x06000034 RID: 52 RVA: 0x00002122 File Offset: 0x00000322
29
internal
static
SaveProgressEventArgs
ByteUpdate
(
string
archiveName
,
ZipEntry
entry,
long
bytesXferred
,
long
totalBytes
)
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
35
internal
static
SaveProgressEventArgs
Started
(
string
archiveName
)
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
41
internal
static
SaveProgressEventArgs
Completed
(
string
archiveName
)
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Ionic.Zip.SaveProgressEventArgs.SaveProgressEventArgs
SaveProgressEventArgs(string archiveName, ZipProgressEventType flavor)
Definition
SaveProgressEventArgs.cs:23
Ionic.Zip.SaveProgressEventArgs.SaveProgressEventArgs
SaveProgressEventArgs(string archiveName, bool before, int entriesTotal, int entriesSaved, ZipEntry entry)
Definition
SaveProgressEventArgs.cs:10
Ionic.Zip.SaveProgressEventArgs._entriesSaved
int _entriesSaved
Definition
SaveProgressEventArgs.cs:57
Ionic.Zip.SaveProgressEventArgs.ByteUpdate
static SaveProgressEventArgs ByteUpdate(string archiveName, ZipEntry entry, long bytesXferred, long totalBytes)
Definition
SaveProgressEventArgs.cs:29
Ionic.Zip.SaveProgressEventArgs.EntriesSaved
int EntriesSaved
Definition
SaveProgressEventArgs.cs:49
Ionic.Zip.SaveProgressEventArgs.SaveProgressEventArgs
SaveProgressEventArgs()
Definition
SaveProgressEventArgs.cs:18
Ionic.Zip.SaveProgressEventArgs.Started
static SaveProgressEventArgs Started(string archiveName)
Definition
SaveProgressEventArgs.cs:35
Ionic.Zip.SaveProgressEventArgs.Completed
static SaveProgressEventArgs Completed(string archiveName)
Definition
SaveProgressEventArgs.cs:41
Ionic.Zip.SaveProgressEventArgs
Definition
SaveProgressEventArgs.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
SaveProgressEventArgs.cs
Generated by
1.10.0