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
getset

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 {
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 }
467 }
468 }
class f__AnonymousType0<< Count > j__TPar
CompressionLevel _CompressionLevel
Definition ZipEntry.cs:2372
ZipContainer _container
Definition ZipEntry.cs:2426