Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 Silverlight 4 具有“硬件设备访问权限”。有谁知道我是否可以从 Silverlight 4 受信任应用程序中的 com 端口读取数据?
您将获得以下功能
http://timheuer.com/blog/archive/2009/11/18/whats-new-in-silverlight-4-complete-guide-new-features.aspx
由于 com 端口就像一个文件(通过 COM1、COM2),也许您可以使用您的文件系统访问权限读取和写入该文件。
所有这些都只是浏览器外的