Hi;
Is there a way to get all classes in my app? I want to write a program that will run all unit tests in the app.
thanks - dave
See a reflection chapter in the reference manual of .NET Framework.
Log in to post a comment.
Hi;
Is there a way to get all classes in my app? I want to write a program that will run all unit tests in the app.
thanks - dave
See a reflection chapter in the reference manual of .NET Framework.