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

◆ ExtractAll() [1/2]

void Ionic.Zip.ZipFile.ExtractAll ( string path)
inline

Definition at line 2057 of file ZipFile.cs.

2058 {
2059 this._InternalExtractAll(path, true);
2060 }
void _InternalExtractAll(string path, bool overrideExtractExistingProperty)
Definition ZipFile.cs:2070

References Ionic.Zip.ZipFile._InternalExtractAll().