0

I have loaded a Assembly using following code

Assembly.LoadFrom(ProjectDllPath);

Now this asssembly contains only one namespace and some classes in that namespace and I want to fetch the name of that Namespace . What is the syntax to fetch that name.

Abhi
  • 5,501
  • 17
  • 78
  • 133
  • Why is it not possible? Hmm, its should be possible to [list types](http://towardsnext.wordpress.com/2008/09/17/listing-types-and-methods-of-assembly-reflection/) in assembly, then take `FullName` of type. Am I wrong? Was posting answer when got that bar on top saying I can't post answer anymore. Good? Bad? =P – Sinatr Oct 30 '14 at 12:52
  • @Sinatr: The question has been answered before. Then it should be closed as duplicate. – Patrick Hofman Oct 30 '14 at 13:00

0 Answers0