runtime creation of classes? - TechRepublic
Question
March 18, 2010 at 12:10 AM
kush.sharma

runtime creation of classes?

by kush.sharma . Updated 16 years, 3 months ago

I want to externalize the definition of classes to a xml fle and parse that file to get the declarative information about classes and use reflectionto create the classes and I should also be able to invoke them at runtime. can I separate the creation of classes from the invocation of the methods.

This discussion is locked

All Comments