Difference between System.Reflection and System.Assembly?

Showing Answers 1 - 3 of 3 Answers

hanumesh_06

  • Aug 10th, 2007
 

The System.Reflection namespace contains classes and interfaces that provide a managed view of loaded types, methods, and fields, with the ability to dynamically create and invoke types.

System.Assembly contains the information about the assembly

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions