what i am doing is i am reading an xml file...one node has the name of the class i need to instantiate...i am getting the name in the form of string...
how to use create instance in dis case??
for eg:on parsing the file i get the name of class in str="abc",i need to instantiate dis class abc with createinstance
hope it is clear..
what shud be done??
thaks in advance
how to use create instance in dis case??
for eg:on parsing the file i get the name of class in str="abc",i need to instantiate dis class abc with createinstance
hope it is clear..
what shud be done??
thaks in advance
Comment