Class SystemPlatform
- Namespace
- Fantas
- Assembly
- Fantas.dll
Enumeration to with runtime system platform
public sealed class SystemPlatform : Enum
- Inheritance
-
SystemPlatform
Fields
Android
Android
public const SystemPlatform Android = 7
Field Value
Linux
Linux
public const SystemPlatform Linux = 4
Field Value
MacOS
MacOS
public const SystemPlatform MacOS = 3
Field Value
Unknown
Unknown platform
public const SystemPlatform Unknown = 0
Field Value
Windows
Windows
public const SystemPlatform Windows = 1
Field Value
Xbox
Xbox (UWP)
public const SystemPlatform Xbox = 2
Field Value
iOS
iOS (notice for tvOS use tvOS)
public const SystemPlatform iOS = 5
Field Value
tvOS
tvOS
public const SystemPlatform tvOS = 6
Field Value
value__
public int value__