Condividi tramite


IsolatedWindowsEnvironmentProcess Classe

Definizione

Deprecato. Classe che restituisce l'oggetto in base al processo iniziale che rappresenta il processo nell'ambiente Windows isolato.

public ref class IsolatedWindowsEnvironmentProcess sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
class IsolatedWindowsEnvironmentProcess final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class IsolatedWindowsEnvironmentProcess final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProcess is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
class IsolatedWindowsEnvironmentProcess final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public sealed class IsolatedWindowsEnvironmentProcess
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class IsolatedWindowsEnvironmentProcess
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProcess 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 sealed class IsolatedWindowsEnvironmentProcess
Public NotInheritable Class IsolatedWindowsEnvironmentProcess
Ereditarietà
Object Platform::Object IInspectable IsolatedWindowsEnvironmentProcess
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 2004 (è stato introdotto in 10.0.19041.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (è stato introdotto in v2.0)

Commenti

Avviso

Si tratta di un'API deprecata.

Proprietà

ExitCode

Deprecato. Restituisce il codice di uscita del processo eseguito.

State

Deprecato. Restituisce lo stato corrente dell'esecuzione del processo.

Metodi

WaitForExit()

Deprecato. Consente al chiamante di attendere il completamento del processo.

WaitForExitAsync()

Deprecato. Consente al chiamante di attendere il completamento del processo in modo asincrono.

WaitForExitWithTimeout(UInt32)

Deprecato. Consente al chiamante di specificare un timeout per il completamento del processo.

Si applica a