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

◆ LoadString()

string System.Resources.ResourceReader.LoadString ( int pos)
inlinepackage

Definition at line 251 of file ResourceReader.cs.

252 {
253 BinaryReader store = this._store;
255 int num = this._store.Read7BitEncodedInt();
256 int version = this._version;
257 RuntimeType runtimeType = this.FindType(num);
258 if (dataSectionOffset == 0L)
259 {
260 }
261 Type type;
262 bool flag = runtimeType != type;
264 throw new ArrayTypeMismatchException();
265 }
class f__AnonymousType0<< Count > j__TPar
RuntimeType FindType(int typeIndex)

References System.Resources.ResourceReader._dataSectionOffset, System.Resources.ResourceReader._store, System.Resources.ResourceReader._version, System.Resources.ResourceReader.FindType(), j__TPar, System.L, and System.IO.BinaryReader.Read7BitEncodedInt().

Referenced by System.Resources.RuntimeResourceSet.GetObject().