FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppWithArgumentsAsync メソッド

定義

指定したコマンド ライン パラメーターを使用して、完全信頼プロセスを起動します。

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)

パラメーター

commandLine
String

Platform::String

winrt::hstring

プロセスを起動するコマンド ライン引数。

戻り値

完了時に FullTrustProcessLaunchResult を返す非同期操作。

属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.22000.0 で導入)
API contract
Windows.ApplicationModel.FullTrustAppContract (v2.0 で導入)

適用対象