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

使用反射方法调用对象的无参方法时,应使用哪个方法?

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