# DevicePlatform

Namespace: **Wisej.Hybrid.Modules.System**

Assembly: **Wisej.Hybrid** (3.5.0.0)

Represents available device platforms.

{% tabs %}
{% tab title="C#" %}

```csharp
public enum DevicePlatform : Enum
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Enum DevicePlatform As [Enum]
```

{% endtab %}
{% endtabs %}

## Fields

| Name            | Description               |
| --------------- | ------------------------- |
| **Android**     | The Android platform.     |
| **iOS**         | The iOS platform.         |
| **MacCatalyst** | The MacCatalyst platform. |
| **macOS**       | The macOS platform.       |
| **Tizen**       | The Tizen platform.       |
| **tvOS**        | The tvOS platform.        |
| **Unknown**     | Unknown platform.         |
| **UWP**         | The UWP platform.         |
| **watchOS**     | The watchOS platform.     |
| **WinUI**       | The WinUI platform.       |

## Used By

| Name                                                                                                        | Description                                             |
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
| [DeviceSystemInfo.Platform](https://docs.wisej.com/hybrid/start/api/wisej.hybrid.devicesysteminfo#platform) | The name of the operating system running on the device. |
