IsolatedWindowsEnvironment.StartProcessSilentlyAsync Method

Definition

Overloads

StartProcessSilentlyAsync(String, String, IsolatedWindowsEnvironmentActivator)

Deprecated. Allow processes to execute inside an Isolated Windows Environment.

StartProcessSilentlyAsync(String, String, IsolatedWindowsEnvironmentActivator, IsolatedWindowsEnvironmentTelemetryParameters)

Deprecated. Allow processes to execute inside an Isolated Windows Environment with telemetry correlation.

StartProcessSilentlyAsync(String, String, IsolatedWindowsEnvironmentActivator)

Deprecated. Allow processes to execute inside an Isolated Windows Environment.

public:
 virtual IAsyncOperation<IsolatedWindowsEnvironmentStartProcessResult ^> ^ StartProcessSilentlyAsync(Platform::String ^ hostExePath, Platform::String ^ arguments, IsolatedWindowsEnvironmentActivator activator) = StartProcessSilentlyAsync;
/// [Windows.Foundation.Metadata.Overload("StartProcessSilentlyAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IsolatedWindowsEnvironmentStartProcessResult> StartProcessSilentlyAsync(winrt::hstring const& hostExePath, winrt::hstring const& arguments, IsolatedWindowsEnvironmentActivator const& activator);
/// [Windows.Foundation.Metadata.Overload("StartProcessSilentlyAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IAsyncOperation<IsolatedWindowsEnvironmentStartProcessResult> StartProcessSilentlyAsync(winrt::hstring const& hostExePath, winrt::hstring const& arguments, IsolatedWindowsEnvironmentActivator const& activator);
[Windows.Foundation.Metadata.Overload("StartProcessSilentlyAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IsolatedWindowsEnvironmentStartProcessResult> StartProcessSilentlyAsync(string hostExePath, string arguments, IsolatedWindowsEnvironmentActivator activator);
[Windows.Foundation.Metadata.Overload("StartProcessSilentlyAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public IAsyncOperation<IsolatedWindowsEnvironmentStartProcessResult> StartProcessSilentlyAsync(string hostExePath, string arguments, IsolatedWindowsEnvironmentActivator activator);
function startProcessSilentlyAsync(hostExePath, arguments, activator)
Public Function StartProcessSilentlyAsync (hostExePath As String, arguments As String, activator As IsolatedWindowsEnvironmentActivator) As IAsyncOperation(Of IsolatedWindowsEnvironmentStartProcessResult)

Parameters

hostExePath
String

Platform::String

winrt::hstring

String of host execution path.

arguments
String

Platform::String

winrt::hstring

String

Returns

IsolatedWindowsEnvironmentStartProcessResult

Attributes

Remarks

Warning

This is a deprecated API.

Applies to

StartProcessSilentlyAsync(String, String, IsolatedWindowsEnvironmentActivator, IsolatedWindowsEnvironmentTelemetryParameters)

Deprecated. Allow processes to execute inside an Isolated Windows Environment with telemetry correlation.

public:
 virtual IAsyncOperation<IsolatedWindowsEnvironmentStartProcessResult ^> ^ StartProcessSilentlyAsync(Platform::String ^ hostExePath, Platform::String ^ arguments, IsolatedWindowsEnvironmentActivator activator, IsolatedWindowsEnvironmentTelemetryParameters ^ telemetryParameters) = StartProcessSilentlyAsync;
/// [Windows.Foundation.Metadata.Overload("StartProcessSilentlyWithTelemetryAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IsolatedWindowsEnvironmentStartProcessResult> StartProcessSilentlyAsync(winrt::hstring const& hostExePath, winrt::hstring const& arguments, IsolatedWindowsEnvironmentActivator const& activator, IsolatedWindowsEnvironmentTelemetryParameters const& telemetryParameters);
/// [Windows.Foundation.Metadata.Overload("StartProcessSilentlyWithTelemetryAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IAsyncOperation<IsolatedWindowsEnvironmentStartProcessResult> StartProcessSilentlyAsync(winrt::hstring const& hostExePath, winrt::hstring const& arguments, IsolatedWindowsEnvironmentActivator const& activator, IsolatedWindowsEnvironmentTelemetryParameters const& telemetryParameters);
[Windows.Foundation.Metadata.Overload("StartProcessSilentlyWithTelemetryAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IsolatedWindowsEnvironmentStartProcessResult> StartProcessSilentlyAsync(string hostExePath, string arguments, IsolatedWindowsEnvironmentActivator activator, IsolatedWindowsEnvironmentTelemetryParameters telemetryParameters);
[Windows.Foundation.Metadata.Overload("StartProcessSilentlyWithTelemetryAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public IAsyncOperation<IsolatedWindowsEnvironmentStartProcessResult> StartProcessSilentlyAsync(string hostExePath, string arguments, IsolatedWindowsEnvironmentActivator activator, IsolatedWindowsEnvironmentTelemetryParameters telemetryParameters);
function startProcessSilentlyAsync(hostExePath, arguments, activator, telemetryParameters)
Public Function StartProcessSilentlyAsync (hostExePath As String, arguments As String, activator As IsolatedWindowsEnvironmentActivator, telemetryParameters As IsolatedWindowsEnvironmentTelemetryParameters) As IAsyncOperation(Of IsolatedWindowsEnvironmentStartProcessResult)

Parameters

hostExePath
String

Platform::String

winrt::hstring

String of host execution path.

arguments
String

Platform::String

winrt::hstring

String

Returns

IsolatedWindowsEnvironmentStartProcessResult

Attributes

Remarks

Warning

This is a deprecated API.

Applies to