Share via


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

另请参阅

适用于