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

◆ CreateDelegate()

override Delegate System.Reflection.RuntimeMethodInfo.CreateDelegate ( Type delegateType,
object target )
inlinevirtual

Reimplemented from System.Reflection.MethodInfo.

Definition at line 72 of file RuntimeMethodInfo.cs.

73 {
74 return Delegate.CreateDelegate(delegateType, target, this);
75 }
class f__AnonymousType0<< Count > j__TPar
static Delegate CreateDelegate(Type type, object firstArgument, MethodInfo method, bool throwOnBindFailure, bool allowClosed)
Definition Delegate.cs:76

References System.Delegate.CreateDelegate(), and j__TPar.