Skip to Main Content

BTD_Mod_Helper​.Api​.Hooks​.ModHook_TN,TM_​.GetIl2CppMethodInfoPointerFieldForGeneratedMethod(System​.Reflection​.MethodInfo)


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Hooks.ModHook<TN,TM>

ModHook<TN,TM>.GetIl2CppMethodInfoPointerFieldForGeneratedMethod(MethodInfo) Delegate

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;

Type parameters

TN

TM

Parameters

method System.Reflection.MethodInfo

The method info of the target method

Returns

System.Reflection.FieldInfo
The FieldInfo containing the method info pointer