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