What is the difference between the 'AddDynamic' and '__internal_AddDynamic'?

I want to know.

Thanks for the answer :slight_smile:

Hi there! They are almost the same. AddDynamic - is MACRO around generic method __internal_AddDynamic. MACRO just is called in simplier manner - it extract Method Ptr and Method Name from Class::SomeMethod reference, put it in __internal_AddDynamic params and make call