首页题库练习题目详情
面向对象程序设计单选题中等

要通过反射调用一个对象的带参数方法,需要调用哪个方法?

Ainvoke()
BgetMethod()
CgetDeclaredMethod()
DgetMethods()