xtd 0.2.0
platform_id.h File Reference
#include "enum.h"

Definition

Contains xtd::platform_id enum class.

Include dependency graph for platform_id.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Enumerations

enum  xtd::platform_id {
  xtd::platform_id::unknown = -1,
  xtd::platform_id::win32s,
  xtd::platform_id::win32_windows,
  xtd::platform_id::win32_nt,
  xtd::platform_id::win_ce,
  xtd::platform_id::unix,
  xtd::platform_id::xbox,
  xtd::platform_id::macos,
  xtd::platform_id::ios,
  xtd::platform_id::android,
  xtd::platform_id::linux,
  xtd::platform_id::tvos,
  xtd::platform_id::watchos,
  xtd::platform_id::other
}
 Identifies the operating system, or platform, supported by an assembly. More...