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

◆ SecureConstructorInvoke() [2/2]

static object System.SecurityUtils.SecureConstructorInvoke ( Type type,
Type[] argTypes,
object[] args,
bool allowNonPublic,
BindingFlags extraFlags )
inlinestaticpackage

Definition at line 57 of file SecurityUtils.cs.

58 {
59 if (!true)
60 {
61 }
63 return constructorInfo.Invoke(argTypes);
64 }
class f__AnonymousType0<< Count > j__TPar
object Invoke(object[] parameters)

References System.Reflection.ConstructorInfo.Invoke(), and j__TPar.