如何在 C# 中以编程方式获取 Windows Mobile 6.0 设备的 MAC 地址
如何在 C# 中以编程方式获取 Windows Mobile 6.0 设备的 MAC 地址? .net compatc Framework 3.5 不支持 System.Net.NetworkInformation。
How to Get MAC address programatically in c# for a windows mobile 6.0 device? The System.Net.NetworkInformation is not supported in ,net compatc framework 3.5.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道已经有一段时间了,但我需要这个,并发现我可以使用上面代码的 OpenNETCF 版本进行调整:
I know it's been awhile, but I needed this and found I could use OpenNETCF version of the code above with a tweak:
我们可以使用 MDSDK 来解决此类问题,例如
We can use MDSDK in this type of problems like