Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 675 Bytes

remotesystemplatform.md

File metadata and controls

36 lines (24 loc) · 675 Bytes
-api-id -api-type
T:Windows.System.RemoteSystems.RemoteSystemPlatform
winrt enum

Windows.System.RemoteSystems.RemoteSystemPlatform

-description

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

-enum-fields

-field Windows:1

The device is running Windows.

-field Unknown:0

The OS platform is unknown.

-field Linux:4

The device is running Linux.

-field Ios:3

The device is running iOS.

-field Android:2

The device is running Android.

-remarks

-see-also

-examples