Search
PlatformType Enumeration
See Also
 






Specifies the type of a platform.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public enum PlatformType

Visual Basic  Copy Code

Public Enum PlatformType

 Members

  Member name Description

Android

Indicates the Android platform.

IOS

Indicates the iOS platform.

UWP

Indicates the Universal Windows platform.

WindowsMobile

Indicates the Windows Mobile platform.

 See Also