Which namespace is used to get assembly details?

Showing Answers 1 - 8 of 8 Answers

Mahesh

  • Dec 9th, 2005
 

System.Assembly is the namespace which u need to include in u r program to get the assemply details.To get the assemply details of the current running one is thru reflection so u need another namespace calledSystem.Reflection "Happy Programming"

Kin

  • Apr 1st, 2006
 

System.Reflection is the right answer!!!!!

biswaranjan

  • Apr 7th, 2006
 

System.Reflection is used to get data about 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