Can Silverlight access a .Net library that accesses a USB port?

余生颓废 提交于 2019-12-06 11:17:06

YES YOU COULD

an update only for people like me that founds this question, here the answer:

http://blogs.msdn.com/b/silverlight_sdk/archive/2011/09/27/pinvoke-in-silverlight5-and-net-framework.aspx

No, you cannot use a .NET library that accesses a USB port from inside Silverlight.

The closest you can get is an SL4 Out-of-browser app with elevated privs which can use COM components.

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