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

◆ DeclaringMethod

override MethodBase System.RuntimeType.DeclaringMethod
get

Definition at line 1691 of file RuntimeType.cs.

1692 {
1693 get
1694 {
1695 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
1696 }
1697 }