Reflection -The Constructor
Remember, last week we started a series on using Reflection in our .NET applications. We’ve loaded the assembly already, so the next step is creating the object. Today’s tutorial will show how to instantiate the object using the default constructor and then quickly move on to using the parameterized constructor.
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!


April 17th, 2008 at 7:23 am
[...] Reflection - Loading the AssemblyReflection - Calling the Constructor [...]