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

◆ OnSingleEntryExtract()

bool Ionic.Zip.ZipFile.OnSingleEntryExtract ( ZipEntry entry,
string path,
bool before )
inlinepackage

Definition at line 1902 of file ZipFile.cs.

1903 {
1904 if (this.ExtractProgress != null)
1905 {
1906 string name = this._name;
1907 ExtractProgressEventArgs extractProgressEventArgs = ExtractProgressEventArgs.BeforeExtractEntry("(stream)", entry, path);
1908 ExtractProgressEventArgs extractProgressEventArgs2;
1909 if (extractProgressEventArgs2._cancel)
1910 {
1912 }
1913 }
1914 return this._extractOperationCanceled;
1915 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< ExtractProgressEventArgs > ExtractProgress
Definition ZipFile.cs:1854
bool _extractOperationCanceled
Definition ZipFile.cs:2730

References Ionic.Zip.ZipFile._extractOperationCanceled, Ionic.Zip.ZipFile._name, Ionic.Zip.ExtractProgressEventArgs.BeforeExtractEntry(), Ionic.Zip.ZipFile.ExtractProgress, j__TPar, and System.name.

Referenced by Ionic.Zip.ZipEntry.InternalExtract(), and Ionic.Zip.ZipEntry.OnAfterExtract().