在 mono/linux 中使用 ms healthvault sdk
MS Healthvault SDK 附带一个 dll,这是使用 Healthvault 进行编程所必需的。有没有办法在单声道中构建 HV 应用程序?
乔什
The MS Healthvault SDK comes with a dll, that is necessary for programming with Healthvault. Is there a way to build an HV application in mono?
Josh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Mono 迁移分析器 (MoMA) 分析程序集 (dll)。只需按照指南进行操作,该工具就会向您显示与 Mono 一起使用时是否存在任何潜在问题(未实现的方法、P/Invokes 等)。
http://www.mono-project.com/MoMA
You can analyze the assembly (dll) using the Mono Migration Analyzer (MoMA). Just follow the guide and the tool will show you if there are any potential issues (unimplemented methods, P/Invokes, etc) with using it with Mono.
http://www.mono-project.com/MoMA