Activator.GetObject for .netstandard

生来就可爱ヽ(ⅴ<●) 提交于 2021-01-29 05:42:42

问题


everybody! I have a piece of code which calls win service remotely with Activator.GetObject(type, url). But the project is targeting .net framework and we're going to migrate to .net standard. The later, though, does not provide such behavior.

Is there a way to do the same action in .net standard?

来源:https://stackoverflow.com/questions/56150153/activator-getobject-for-netstandard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!