I have little question. I found this on internet:
Type t = typeof(MyClass);
MethodInfo[] mi = t.GetMethods();
Is there any way how to do same thing with namespaces? Or is there any another way to get all classes with names and System.Type instances? Long time ago I found something about listing the library. Please anybody help me.