Question:You need to load an assembly and run a method contained within a type dynamically. Which class should you use to run the method?
A MethodBase B MethodInfo C MethodBuilder D ConstructorInfo
+ AnswerB
+ Report