Compartilhar via


FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppWithArgumentsAsync Método

Definição

Inicie o processo de confiança total com os parâmetros de linha de comando 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

Os argumentos de linha de comando com os quais iniciar o processo.

Retornos

Uma operação assíncrona que retorna um FullTrustProcessLaunchResult após a conclusão.

Atributos

Requisitos do Windows

Família de dispositivos
Windows Desktop Extension SDK (introduzida na 10.0.22000.0)
API contract
Windows.ApplicationModel.FullTrustAppContract (introduzida na v2.0)

Aplica-se a