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
◆
Encryption
EncryptionAlgorithm
Ionic.Zip.ZipEntry.Encryption
get
set
Definition at line
595
of file
ZipEntry.cs
.
596
{
597
get
598
{
599
return
this.
_Encryption
;
600
}
601
set
602
{
603
EncryptionAlgorithm
encryption
= this.
_Encryption
;
604
ZipContainer container = this.
_container
;
605
this._Encryption
=
value
;
606
this._restreamRequiredOnSave
=
true
;
607
ZipFile
zf
= container.
_zf
;
608
if
(
zf
!=
null
)
609
{
610
zf._contentsChanged
=
true
;
611
}
612
}
613
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Ionic.Zip.ZipContainer._zf
ZipFile _zf
Definition
ZipContainer.cs:308
Ionic.Zip.ZipEntry._Encryption
EncryptionAlgorithm _Encryption
Definition
ZipEntry.cs:2462
Ionic.Zip.ZipEntry._container
ZipContainer _container
Definition
ZipEntry.cs:2426
Ionic.Zip.ZipEntrySource.ZipFile
@ ZipFile
System.ExceptionArgument.value
@ value
Ionic
Zip
ZipEntry
Generated by
1.10.0