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

◆ PtrToStructure< T >()

Definition at line 257 of file Marshal.cs.

258 {
259 object obj;
260 while (obj != null)
261 {
262 if (obj == null)
263 {
264 throw new InvalidCastException();
265 }
266 }
267 }

References System.obj.