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

◆ GetMethodFromHandle()

static MethodBase System.Reflection.MethodBase.GetMethodFromHandle ( RuntimeMethodHandle handle)
inlinestaticinherited

Definition at line 246 of file MethodBase.cs.

247 {
248 MethodBase methodBase;
249 return methodBase;
250 }