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

◆ DoInvoke()

object System.Reflection.RuntimeConstructorInfo.DoInvoke ( object obj,
BindingFlags invokeAttr,
Binder binder,
object[] parameters,
CultureInfo culture )
inlineprivate

Definition at line 220 of file RuntimeConstructorInfo.cs.

221 {
222 if (binder == null)
223 {
225 }
226 IntPtr intPtr = this.mhandle;
227 if (obj == null)
228 {
229 }
230 object obj2;
231 return obj2;
232 }
class f__AnonymousType0<< Count > j__TPar
static Binder DefaultBinder
Definition Type.cs:1282

References System.Type.DefaultBinder, j__TPar, and System.Reflection.RuntimeConstructorInfo.mhandle.

Referenced by System.Reflection.RuntimeConstructorInfo.Invoke().