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;
567 throw new OutOfMemoryException();
568 }
569 }
class f__AnonymousType0<< Count > j__TPar
bool? InputUsesZip64
Definition ZipFile.cs:903
ushort _versionNeededToExtract
Definition ZipFile.cs:2658
uint _OffsetOfCentralDirectory
Definition ZipFile.cs:2745
ushort _versionMadeBy
Definition ZipFile.cs:2655
Dictionary< string, ZipEntry > _entries
Definition ZipFile.cs:2676
long _OffsetOfCentralDirectory64
Definition ZipFile.cs:2748