PlatformType Enumeration

Type of the platform.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
public enum PlatformType

Members

NotDefined0 Platform is not defined.
PC1 Desktop platform.
PPC2 Pocket PC.
Smartphone3 Legacy smartphone.
Android4 Android smartphone.
IOS5 iOS smartphone.
UniversalWindows6 Platform supported UWP.

See Also