
This is my first time writing an article on here. I will keep it brief and to the point.
The purpose of this application is to utilize .Net reflection to create a console application that will load any .net assembly, query all of its classes and objects, construct instances of these objects, and invoke its methods and properties. The current version still has alot of bugs, but I will fix these bugs in the near future. But this gives you an idea of what I am trying to accomplish.
|