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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
Ionic.Zip
5
{
6
// Token: 0x0200000D RID: 13
7
public
class
ExtractProgressEventArgs
:
ZipProgressEventArgs
8
{
9
// Token: 0x06000038 RID: 56 RVA: 0x000024D0 File Offset: 0x000006D0
10
internal
ExtractProgressEventArgs
(
string
archiveName
,
bool
before
,
int
entriesTotal
,
int
entriesExtracted
,
ZipEntry
entry,
string
extractLocation
)
11
{
12
this._entriesTotal
=
entriesTotal
;
13
this._latestEntry
= entry;
14
this._entriesExtracted
=
entriesExtracted
;
15
this._target
=
extractLocation
;
16
}
17
18
// Token: 0x06000039 RID: 57 RVA: 0x000024FC File Offset: 0x000006FC
19
internal
ExtractProgressEventArgs
(
string
archiveName
,
ZipProgressEventType
flavor
)
20
:
base
(
archiveName
,
flavor
)
21
{
22
}
23
24
// Token: 0x0600003A RID: 58 RVA: 0x00002514 File Offset: 0x00000714
25
internal
ExtractProgressEventArgs
()
26
{
27
}
28
29
// Token: 0x0600003B RID: 59 RVA: 0x00002122 File Offset: 0x00000322
30
internal
static
ExtractProgressEventArgs
BeforeExtractEntry
(
string
archiveName
,
ZipEntry
entry,
string
extractLocation
)
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
36
internal
static
ExtractProgressEventArgs
ExtractExisting
(
string
archiveName
,
ZipEntry
entry,
string
extractLocation
)
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
42
internal
static
ExtractProgressEventArgs
AfterExtractEntry
(
string
archiveName
,
ZipEntry
entry,
string
extractLocation
)
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
48
internal
static
ExtractProgressEventArgs
ExtractAllStarted
(
string
archiveName
,
string
extractLocation
)
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
54
internal
static
ExtractProgressEventArgs
ExtractAllCompleted
(
string
archiveName
,
string
extractLocation
)
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
60
internal
static
ExtractProgressEventArgs
ByteUpdate
(
string
archiveName
,
ZipEntry
entry,
long
bytesWritten
,
long
totalBytes
)
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
67
public
int
EntriesExtracted
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Ionic.Zip.ExtractProgressEventArgs.ExtractProgressEventArgs
ExtractProgressEventArgs(string archiveName, bool before, int entriesTotal, int entriesExtracted, ZipEntry entry, string extractLocation)
Definition
ExtractProgressEventArgs.cs:10
Ionic.Zip.ExtractProgressEventArgs.ExtractProgressEventArgs
ExtractProgressEventArgs(string archiveName, ZipProgressEventType flavor)
Definition
ExtractProgressEventArgs.cs:19
Ionic.Zip.ExtractProgressEventArgs.BeforeExtractEntry
static ExtractProgressEventArgs BeforeExtractEntry(string archiveName, ZipEntry entry, string extractLocation)
Definition
ExtractProgressEventArgs.cs:30
Ionic.Zip.ExtractProgressEventArgs.ExtractAllCompleted
static ExtractProgressEventArgs ExtractAllCompleted(string archiveName, string extractLocation)
Definition
ExtractProgressEventArgs.cs:54
Ionic.Zip.ExtractProgressEventArgs._entriesExtracted
int _entriesExtracted
Definition
ExtractProgressEventArgs.cs:86
Ionic.Zip.ExtractProgressEventArgs._target
string _target
Definition
ExtractProgressEventArgs.cs:89
Ionic.Zip.ExtractProgressEventArgs.ExtractLocation
string ExtractLocation
Definition
ExtractProgressEventArgs.cs:78
Ionic.Zip.ExtractProgressEventArgs.ByteUpdate
static ExtractProgressEventArgs ByteUpdate(string archiveName, ZipEntry entry, long bytesWritten, long totalBytes)
Definition
ExtractProgressEventArgs.cs:60
Ionic.Zip.ExtractProgressEventArgs.ExtractProgressEventArgs
ExtractProgressEventArgs()
Definition
ExtractProgressEventArgs.cs:25
Ionic.Zip.ExtractProgressEventArgs.ExtractExisting
static ExtractProgressEventArgs ExtractExisting(string archiveName, ZipEntry entry, string extractLocation)
Definition
ExtractProgressEventArgs.cs:36
Ionic.Zip.ExtractProgressEventArgs.EntriesExtracted
int EntriesExtracted
Definition
ExtractProgressEventArgs.cs:68
Ionic.Zip.ExtractProgressEventArgs.ExtractAllStarted
static ExtractProgressEventArgs ExtractAllStarted(string archiveName, string extractLocation)
Definition
ExtractProgressEventArgs.cs:48
Ionic.Zip.ExtractProgressEventArgs.AfterExtractEntry
static ExtractProgressEventArgs AfterExtractEntry(string archiveName, ZipEntry entry, string extractLocation)
Definition
ExtractProgressEventArgs.cs:42
Ionic.Zip.ExtractProgressEventArgs
Definition
ExtractProgressEventArgs.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
ExtractProgressEventArgs.cs
Generated by
1.10.0