based on this post: Instantiate a class from its textual name
I am trying to access the method inside of instantiated object but it's still an object. We know that it must be casted before we can access the method. In my case, I can't do the cast because the class is dynamic. Is there any solution?
So far my code not to different from that post above. I just need to call the method after instantiated.
Thanks in advance