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

◆ Invoke() [1/2]

override object System.Reflection.RuntimeMethodInfo.Invoke ( object obj,
BindingFlags invokeAttr,
Binder binder,
object[] parameters,
CultureInfo culture )
inline

Definition at line 339 of file RuntimeMethodInfo.cs.

340 {
341 bool isStatic = base.IsStatic;
342 if (binder == null)
343 {
345 }
346 if (obj == null)
347 {
348 }
349 return "Non-static method requires a target.";
350 }
class f__AnonymousType0<< Count > j__TPar
static Binder DefaultBinder
Definition Type.cs:1282

References System.Type.DefaultBinder, j__TPar, and System.obj.