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
◆
CompressionMethod
CompressionMethod
Ionic.Zip.ZipEntry.CompressionMethod
get
set
Definition at line
448
of file
ZipEntry.cs
.
449
{
450
get
451
{
452
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
453
}
454
set
455
{
456
this._CompressionMethod
= (short)
value
;
457
if
(this.
_CompressionLevel
==
CompressionLevel
.None)
458
{
459
return
;
460
}
461
ZipFile
zf
= this.
_container
.
_zf
;
462
if
(zf !=
null
)
463
{
464
zf._contentsChanged
=
true
;
465
}
466
this._restreamRequiredOnSave
=
true
;
467
}
468
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Ionic.Zip.ZipContainer._zf
ZipFile _zf
Definition
ZipContainer.cs:308
Ionic.Zip.ZipEntry._CompressionLevel
CompressionLevel _CompressionLevel
Definition
ZipEntry.cs:2372
Ionic.Zip.ZipEntry._container
ZipContainer _container
Definition
ZipEntry.cs:2426
Ionic.Zip.ZipEntrySource.ZipFile
@ ZipFile
Ionic.Zlib.CompressionLevel
CompressionLevel
Definition
CompressionLevel.cs:7
System.ExceptionArgument.value
@ value
Ionic
Zip
ZipEntry
Generated by
1.10.0