RemoteSystemPlatform Enumeration

Definition

Enthält Werte, die die Betriebssystemplattformen beschreiben, auf denen ein Remotesystem ausgeführt werden könnte.

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
Vererbung
RemoteSystemPlatform
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1803 (eingeführt in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v6.0)

Felder

Android 2

Auf dem Gerät wird Android ausgeführt.

Ios 3

Auf dem Gerät wird iOS ausgeführt.

Linux 4

Auf dem Gerät wird Linux ausgeführt.

Unknown 0

Die Betriebssystemplattform ist unbekannt.

Windows 1

Auf dem Gerät wird Windows ausgeführt.

Gilt für: