FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LaunchFullTrustProcessForCurrentAppAsync() |
Launch the full-trust process for the current application ID. |
LaunchFullTrustProcessForCurrentAppAsync(String) |
Launch the full-trust process for the current application ID, with parameters. |
LaunchFullTrustProcessForCurrentAppAsync()
Launch the full-trust process for the current application 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
Returns
The IAsyncAction to await.
- Attributes
Windows requirements
App capabilities |
previewHfx
|
See also
Applies to
LaunchFullTrustProcessForCurrentAppAsync(String)
Launch the full-trust process for the current application ID, with parameters.
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
Parameters
- parameterGroupId
-
String
Platform::String
winrt::hstring
The parameter group ID for the parameters that will be passed to the launched process.
Returns
The IAsyncAction to await.
- Attributes
Windows requirements
App capabilities |
previewHfx
|