IsolatedWindowsEnvironmentStartProcessResult.Process Property

Definition

Deprecated. Represents lifetime of the process in execution in the Isolated Windows Environment.

public:
 property IsolatedWindowsEnvironmentProcess ^ Process { IsolatedWindowsEnvironmentProcess ^ get(); };
IsolatedWindowsEnvironmentProcess Process();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentStartProcessResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IsolatedWindowsEnvironmentProcess Process();
public IsolatedWindowsEnvironmentProcess Process { get; }
public IsolatedWindowsEnvironmentProcess Process { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentStartProcessResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; }
var isolatedWindowsEnvironmentProcess = isolatedWindowsEnvironmentStartProcessResult.process;
Public ReadOnly Property Process As IsolatedWindowsEnvironmentProcess

Property Value

String

Attributes

Remarks

Warning

This is a deprecated API.

Applies to