Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.13 KB

fulltrustprocesslauncher_launchfulltrustprocessforappwithargumentsasync_783196823.md

File metadata and controls

37 lines (20 loc) · 1.13 KB
-api-id -api-type
M:Windows.ApplicationModel.FullTrustProcessLauncher.LaunchFullTrustProcessForAppWithArgumentsAsync(System.String,System.String)
winrt method

Windows.ApplicationModel.FullTrustProcessLauncher.LaunchFullTrustProcessForAppWithArgumentsAsync(System.String,System.String)

-description

Launch the full-trust process for the specified application ID with the specified command line parameters.

-parameters

-param fullTrustPackageRelativeAppId

The process-relative application identifier of the app whose full trust process component the caller wants to launch. The full-trust process can parse this to determine which app invoked it.

-param commandLine

The command line arguments with which to launch the process.

-returns

An asynchronous operation that returns a FullTrustProcessLaunchResult on completion.

-remarks

-see-also

-examples