Microsoft.Devices.Environment.DeviceType

 

    // Summary:
    //     Defines the device type values used by the Microsoft.Devices.Environment.DeviceType
    //     property.
    public enum DeviceType
    {
        // Summary:
        //     The device type is an actual device.
        Device = 0,
        //
        // Summary:
        //     The device type is a device emulator.
        Emulator = 1,
    }

相关文章:

  • 2022-02-20
  • 2021-07-03
  • 2021-10-23
  • 2022-01-12
  • 2021-06-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
猜你喜欢
  • 2021-07-15
  • 2022-01-03
  • 2021-06-20
  • 2021-11-03
  • 2021-08-02
  • 2022-03-04
  • 2022-01-30
相关资源
相似解决方案