问题
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