End Google Ads 201810 - BS.net 01 --> Hi I'm currently trying to dynamicly invoke each class, in a namespace. So far I have managed to take one class and illiterate through it's methods, properties, etc.. and return a collection of data that gets added to a dataset. However the adjacent classes in that namespace I also need to invoke dynamicly,

So far i've attempted this with Reflection as I did with the individual class, but at a namespace leave it seams I need a different approach

For the Record:
VS 2005 C# .NET 2.0