Compartir a través de


FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppWithArgumentsAsync Método

Definición

Inicie el proceso de plena confianza con los parámetros de la línea de comandos especificados.

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)

Parámetros

commandLine
String

Platform::String

winrt::hstring

Argumentos de la línea de comandos con los que se va a iniciar el proceso.

Devoluciones

Una operación asincrónica que devuelve fullTrustProcessLaunchResult al finalizar.

Atributos

Requisitos de Windows

Familia de dispositivos
Windows Desktop Extension SDK (se introdujo en la versión 10.0.22000.0)
API contract
Windows.ApplicationModel.FullTrustAppContract (se introdujo en la versión v2.0)

Se aplica a