0

I want to store the class name in database as string

Then i want to call this class and it's sub by string

How can to do this ?

Hemchart
  • 11
  • 1
  • 2
    Possible duplicate of [Invoke member through reflection passing derived class as argument](http://stackoverflow.com/questions/30380302/invoke-member-through-reflection-passing-derived-class-as-argument) – Visual Vincent Jul 23 '16 at 21:43
  • 2
    You cant "call" a class at all - it is just a blueprint for the *objects* or instances created from it. For storage, depending on what it contains, you can serialize it and save the result. – Ňɏssa Pøngjǣrdenlarp Jul 23 '16 at 21:44

0 Answers0