在 silverlight 4 中加载 COM 对象
谁能告诉我如何在浏览器应用程序之外的 silverlight 中加载 com 对象。我使用 silverlight4 。如果可能的话,任何人都可以给我它的示例代码。提前致谢
Can any one tell me how to load com object in a silverlight out of browser application . I use silverlight4 . If possible can any one give me sample codes of it. Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。使用 System.Windows.Interop.ComAutomationFactory(Silverlight 4 中的新增功能)。
请参阅:http://msdn .microsoft.com/en-us/library/system.windows.interop.comautomationfactory(VS.96).aspx
如果您发现很难让它在 Mac 上运行,请不要太震惊:- )
Yes. Use the System.Windows.Interop.ComAutomationFactory (new in Silverlight 4).
See: http://msdn.microsoft.com/en-us/library/system.windows.interop.comautomationfactory(VS.96).aspx
Don't be too shocked if you find it hard to get it to work on a mac :-)