How to access WPF class library from Silverlight using iron python. Is it possible?

a 夏天 提交于 2020-01-23 17:19:05

问题


I'm having a class library. I'm able to access that assembly from iron python console as normal.

My goal is to create a Silverlight class library which uses a python script to access that WPF class library what I'm having. Is it possible? Is there any other way to achieve this or any work around.

I can provide a sample of what I'm doing now, If more details are needed.

Thanks


回答1:


You will not be able to use the class library unless its code is compatible with Silverlight libraries and is re-compiled targeting the Silverlight ones.



来源:https://stackoverflow.com/questions/2251296/how-to-access-wpf-class-library-from-silverlight-using-iron-python-is-it-possib

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