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

◆ OnExtractAllCompleted()

void Ionic.Zip.ZipFile.OnExtractAllCompleted ( string path)
inlineprivate

Definition at line 1932 of file ZipFile.cs.

1933 {
1934 if (this.ExtractProgress != null)
1935 {
1936 string name = this._name;
1937 ExtractProgressEventArgs extractProgressEventArgs = ExtractProgressEventArgs.ExtractAllCompleted("(stream)", path);
1938 return;
1939 }
1940 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< ExtractProgressEventArgs > ExtractProgress
Definition ZipFile.cs:1854

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