FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppWithArgumentsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したコマンド ライン パラメーターを使用して、完全信頼プロセスを起動します。
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 で導入)
|