在 mono/linux 中使用 ms healthvault sdk

发布于 2024-08-21 00:32:17 字数 93 浏览 2 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尾戒 2024-08-28 00:32:17

您可以使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文