FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppWithArgumentsAsync Metodo

Definizione

Avviare il processo di attendibilità completa con i parametri della riga di comando specificati.

public:
 static IAsyncOperation<FullTrustProcessLaunchResult ^> ^ LaunchFullTrustProcessForCurrentAppWithArgumentsAsync(Platform::String ^ commandLine);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<FullTrustProcessLaunchResult> LaunchFullTrustProcessForCurrentAppWithArgumentsAsync(winrt::hstring const& commandLine);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<FullTrustProcessLaunchResult> LaunchFullTrustProcessForCurrentAppWithArgumentsAsync(string commandLine);
function launchFullTrustProcessForCurrentAppWithArgumentsAsync(commandLine)
Public Shared Function LaunchFullTrustProcessForCurrentAppWithArgumentsAsync (commandLine As String) As IAsyncOperation(Of FullTrustProcessLaunchResult)

Parametri

commandLine
String

Platform::String

winrt::hstring

Argomenti della riga di comando con cui avviare il processo.

Restituisce

Operazione asincrona che restituisce un oggetto FullTrustProcessLaunchResult al completamento.

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows Desktop Extension SDK (è stato introdotto in 10.0.22000.0)
API contract
Windows.ApplicationModel.FullTrustAppContract (è stato introdotto in v2.0)

Si applica a