P
Patrick
Is there a way, to create dynamicly an object from a variable in c#.
Something like
string myclass ="testclass";
Object t = new (object)myclass;
then the contains a new testclass ...
any idea how to do this??
Something like
string myclass ="testclass";
Object t = new (object)myclass;
then the contains a new testclass ...
any idea how to do this??