FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync メソッド

定義

オーバーロード

LaunchFullTrustProcessForCurrentAppAsync()

現在のアプリケーション ID の完全信頼プロセスを起動します。

LaunchFullTrustProcessForCurrentAppAsync(String)

パラメーターを使用して、現在のアプリケーション ID の完全信頼プロセスを起動します。

LaunchFullTrustProcessForCurrentAppAsync()

現在のアプリケーション ID の完全信頼プロセスを起動します。

public:
 static IAsyncAction ^ LaunchFullTrustProcessForCurrentAppAsync();
/// [Windows.Foundation.Metadata.Overload("LaunchFullTrustProcessForCurrentAppAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction LaunchFullTrustProcessForCurrentAppAsync();
[Windows.Foundation.Metadata.Overload("LaunchFullTrustProcessForCurrentAppAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction LaunchFullTrustProcessForCurrentAppAsync();
function launchFullTrustProcessForCurrentAppAsync()
Public Shared Function LaunchFullTrustProcessForCurrentAppAsync () As IAsyncAction

戻り値

待機する IAsyncAction

属性

Windows の要件

アプリの機能
previewHfx

こちらもご覧ください

適用対象

LaunchFullTrustProcessForCurrentAppAsync(String)

パラメーターを使用して、現在のアプリケーション ID の完全信頼プロセスを起動します。

public:
 static IAsyncAction ^ LaunchFullTrustProcessForCurrentAppAsync(Platform::String ^ parameterGroupId);
/// [Windows.Foundation.Metadata.Overload("LaunchFullTrustProcessForCurrentAppWithParametersAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction LaunchFullTrustProcessForCurrentAppAsync(winrt::hstring const& parameterGroupId);
[Windows.Foundation.Metadata.Overload("LaunchFullTrustProcessForCurrentAppWithParametersAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction LaunchFullTrustProcessForCurrentAppAsync(string parameterGroupId);
function launchFullTrustProcessForCurrentAppAsync(parameterGroupId)
Public Shared Function LaunchFullTrustProcessForCurrentAppAsync (parameterGroupId As String) As IAsyncAction

パラメーター

parameterGroupId
String

Platform::String

winrt::hstring

起動されたプロセスに渡されるパラメーターのパラメーター グループ ID。

戻り値

待機する IAsyncAction

属性

Windows の要件

アプリの機能
previewHfx

こちらもご覧ください

適用対象