The newcomer asks for an answer, what is the dynamic call of a function?

is it static to call a function directly?
using reflection is a dynamic call? Where is this dynamic in dynamic invocation?
the newcomer has little knowledge, so I would like to ask your seniors for an answer

Mar.24,2021

when calling dynamically, if the parameter is passed incorrectly, the error will not be reported at compile time, and the error will not occur until run time.
it's all

anyway.
method.invoke(owner, args)
Menu