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

◆ GetFiles()

string[] CacheFileManager.GetFiles ( string path,
string searchPattern )
inline

Implements FileAPI.

Definition at line 167 of file CacheFileManager.cs.

168 {
169 int size = this.allFiles._size;
170 throw new OutOfMemoryException();
171 }
List< CachedFile > allFiles

References System.Collections.Generic.List< T >._size, and allFiles.