How do I cast an object of a class created at runtime to an object of a class created at build time?

前端 未结 0 483
暗喜
暗喜 2021-01-24 01:37

I need to repeatedly compile a specific class while a program is still using it. In order to do this I cast an object of the new type to an object of the old type. I have a smal

相关标签:
回答
  • 消灭零回复
提交回复
热议问题