Table of Contents

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

SystemPlatform

Linux

Linux

public const SystemPlatform Linux = 4

Field Value

SystemPlatform

MacOS

MacOS

public const SystemPlatform MacOS = 3

Field Value

SystemPlatform

Unknown

Unknown platform

public const SystemPlatform Unknown = 0

Field Value

SystemPlatform

Windows

Windows

public const SystemPlatform Windows = 1

Field Value

SystemPlatform

Xbox

Xbox (UWP)

public const SystemPlatform Xbox = 2

Field Value

SystemPlatform

iOS

iOS (notice for tvOS use tvOS)

public const SystemPlatform iOS = 5

Field Value

SystemPlatform

tvOS

tvOS

public const SystemPlatform tvOS = 6

Field Value

SystemPlatform

value__

public int value__

Field Value

int