Table of Contents
Delegate for retrieving the FieldInfo pointer for a generated method's Il2Cpp method info
public delegate System.Reflection.FieldInfo ModHook<TN,TM>.GetIl2CppMethodInfoPointerFieldForGeneratedMethod(System.Reflection.MethodInfo method)
where TN : System.Delegate
where TM : System.Delegate;
TN
TM
method
System.Reflection.MethodInfo
The method info of the target method
System.Reflection.FieldInfo
The FieldInfo containing the method info pointer