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.