RemoteSystemPlatform 列挙型

定義

リモート システムが実行できるオペレーティング システム プラットフォームを表す値が含まれます。

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
継承
RemoteSystemPlatform
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

フィールド

Android 2

デバイスで Android が実行されています。

Ios 3

デバイスで iOS が実行されています。

Linux 4

デバイスで Linux が実行されています。

Unknown 0

OS プラットフォームは不明です。

Windows 1

デバイスで Windows が実行されています。

適用対象