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

◆ GetMethodBaseFromName()

static MethodBase System.Runtime.Remoting.RemotingServices.GetMethodBaseFromName ( Type type,
string methodName,
Type[] signature )
inlinestaticpackage

Definition at line 168 of file RemotingServices.cs.

169 {
170 if (!true)
171 {
172 }
173 MethodBase methodBase;
174 return methodBase;
175 }

Referenced by System.Runtime.Remoting.Messaging.MethodCall.ResolveMethod().