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

◆ OnExtractExisting()

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

Definition at line 1918 of file ZipFile.cs.

1919 {
1920 if (this.ExtractProgress != null)
1921 {
1922 string name = this._name;
1923 if (ExtractProgressEventArgs.ExtractExisting("(stream)", entry, path)._cancel)
1924 {
1926 }
1927 }
1928 return this._extractOperationCanceled;
1929 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< ExtractProgressEventArgs > ExtractProgress
Definition ZipFile.cs:1854
bool _extractOperationCanceled
Definition ZipFile.cs:2730

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

Referenced by Ionic.Zip.ZipEntry.CheckExtractExistingFile(), and Ionic.Zip.ZipEntry.OnExtractExisting().