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
◆
Info
string Ionic.Zip.ZipFile.Info
get
Definition at line
547
of file
ZipFile.cs
.
548
{
549
get
550
{
551
string
name
= this.
_name
;
552
string
text
=
string
.Format(
" ZipFile: {0}\n"
, name);
553
bool
flag =
string
.IsNullOrEmpty(this.
_Comment
);
554
string
comment = this.
_Comment
;
555
string
text2 =
string
.Format(
" Comment: {0}\n"
, comment);
556
if
(this.
_versionMadeBy
!= 0)
557
{
558
}
559
if
(this.
_versionNeededToExtract
!= 0)
560
{
561
}
562
bool
?
inputUsesZip
= this.
InputUsesZip64
;
563
uint
diskNumberWithCd
= this.
_diskNumberWithCd
;
564
uint
offsetOfCentralDirectory
= this.
_OffsetOfCentralDirectory
;
565
long
offsetOfCentralDirectory2
= this.
_OffsetOfCentralDirectory64
;
566
Dictionary<string, ZipEntry>
entries = this.
_entries
;
567
throw
new
OutOfMemoryException
();
568
}
569
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Ionic.Zip.ZipFile.InputUsesZip64
bool? InputUsesZip64
Definition
ZipFile.cs:903
Ionic.Zip.ZipFile._Comment
string _Comment
Definition
ZipFile.cs:2688
Ionic.Zip.ZipFile._versionNeededToExtract
ushort _versionNeededToExtract
Definition
ZipFile.cs:2658
Ionic.Zip.ZipFile._name
string _name
Definition
ZipFile.cs:2682
Ionic.Zip.ZipFile._OffsetOfCentralDirectory
uint _OffsetOfCentralDirectory
Definition
ZipFile.cs:2745
Ionic.Zip.ZipFile._versionMadeBy
ushort _versionMadeBy
Definition
ZipFile.cs:2655
Ionic.Zip.ZipFile._entries
Dictionary< string, ZipEntry > _entries
Definition
ZipFile.cs:2676
Ionic.Zip.ZipFile._OffsetOfCentralDirectory64
long _OffsetOfCentralDirectory64
Definition
ZipFile.cs:2748
Ionic.Zip.ZipFile._diskNumberWithCd
uint _diskNumberWithCd
Definition
ZipFile.cs:2661
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:15
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
System.ExceptionArgument.text
@ text
System.ExceptionArgument.name
@ name
Ionic
Zip
ZipFile
Generated by
1.10.0