模拟器与设备

发布于 2024-08-09 02:09:29 字数 72 浏览 3 评论 0原文

使用 C# 我如何知道我是在设备还是模拟器上运行? 我使用设备名来检索数据,模拟器将没有数据; 所以我将操纵模拟器名称来检索数据。

Using C# how do I know if I am running on a device or emulator?
I use the devicename to retrieve data, there will be no data for an emulator;
so i will manipulate the emulator name to retrieve data.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

夜唯美灬不弃 2024-08-16 02:09:29

由于您在问题中提到了 C# 和设备这两个词,我假设您指的是 Windows CE 或 Windows Mobile 设备。如果是这种情况,以下链接将会有所帮助。它详细介绍了如何调用 SystemParametersInfo 函数来确定设备的 OEM 名称。

https://blogs.msdn.com/netcfteam/archive/ 2006/09/15/756755.aspx

Since you mentioned the words C# and device in your question I'm assuming you mean a Windows CE or Windows Mobile device. If that is the case the following link will help. It details how to PInvoke the SystemParametersInfo function to determine the OEM name for the device.

https://blogs.msdn.com/netcfteam/archive/2006/09/15/756755.aspx

奢华的一滴泪 2024-08-16 02:09:29

我认为如果它是一个非常好的模拟器,你的程序将永远不会知道其中的区别。 ;)

I would think that if it were a REALLY good emulator, your program would never know the difference. ;)

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