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() [2/4]

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

Definition at line 208 of file RuntimeConstructorInfo.cs.

209 {
210 if (obj != null)
211 {
212 return "Constructor does not match target type";
213 }
214 bool isStatic = base.IsStatic;
215 object obj2;
216 return obj2;
217 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.obj.