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

◆ GetMethod() [3/6]

MethodInfo System.Type.GetMethod ( string name,
BindingFlags bindingAttr,
Binder binder,
CallingConventions callConvention,
Type[] types,
ParameterModifier[] modifiers )
inlineinherited

Definition at line 998 of file Type.cs.

999 {
1000 int num = 1;
1001 if (name == null || types == null || num == 0)
1002 {
1003 }
1004 return "name";
1005 }

References System.name.