IsolatedWindowsEnvironmentStartProcessResult.Process Property
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.
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.