RemoteSystemPlatform Enum

Definition

Contains values that describe the operating system platforms that a remote system could be running.

public enum class RemoteSystemPlatform
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class RemoteSystemPlatform
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum RemoteSystemPlatform
var value = Windows.System.RemoteSystems.RemoteSystemPlatform.unknown
Public Enum RemoteSystemPlatform
Inheritance
RemoteSystemPlatform
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Fields

Android 2

The device is running Android.

Ios 3

The device is running iOS.

Linux 4

The device is running Linux.

Unknown 0

The OS platform is unknown.

Windows 1

The device is running Windows.

Applies to