P
Prashant
Hi ,
Need some help ! .
I am storing Classnames in an XML file and depending on
the user's choice of process want to :
1) Read the classname of that process from the XML file
2) Instantiate an object of that class from the string
received from the XML (which is the classname)
No problem reading the XML and getting the Classname as
string , but how to use that string and instantiate an
object of that class using C# .
Any help would be highly appreciated.
thanks
Prashant
Need some help ! .
I am storing Classnames in an XML file and depending on
the user's choice of process want to :
1) Read the classname of that process from the XML file
2) Instantiate an object of that class from the string
received from the XML (which is the classname)
No problem reading the XML and getting the Classname as
string , but how to use that string and instantiate an
object of that class using C# .
Any help would be highly appreciated.
thanks
Prashant