Share via


RemoteLauncher Class

Definition

Starts the default app associated with the specified URI on a remote device.

[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public static class RemoteLauncher
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class RemoteLauncher
Inheritance
Object RemoteLauncher
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Methods

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)

Starts the default app associated with the URI scheme name for the specified URI on a remote device, using the specified options and input data.

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)

Starts the default app associated with the URI scheme name for the specified URI on a remote device, using the specified options.

LaunchUriAsync(RemoteSystemConnectionRequest, Uri)

Starts the default app associated with the URI scheme name for the specified URI on a remote device.

Applies to