共用方式為


IsolatedWindowsEnvironment 類別

定義

已取代。 建立和管理 Hypervisor 型隔離環境,讓應用程式在虛擬化環境中開啟和處理不受信任的數據,以保護主機操作系統免於檔案中潛在的惡意內容。

public ref class IsolatedWindowsEnvironment sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
class IsolatedWindowsEnvironment final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class IsolatedWindowsEnvironment final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [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")]
class IsolatedWindowsEnvironment final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public sealed class IsolatedWindowsEnvironment
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class IsolatedWindowsEnvironment
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[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 sealed class IsolatedWindowsEnvironment
Public NotInheritable Class IsolatedWindowsEnvironment
繼承
Object Platform::Object IInspectable IsolatedWindowsEnvironment
屬性

Windows 需求

裝置系列
Windows 10, version 2004 (已於 10.0.19041.0 引進)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (已於 v2.0 引進)

備註

警告

這是已被取代的 API。

運行時間類別

屬性

Id

已取代。 傳回隔離 Windows 環境的標識碼。

方法

ChangePriority(IsolatedWindowsEnvironmentCreationPriority)

已取代。 允許呼叫端設定隔離環境的執行優先順序。

CreateAsync(IsolatedWindowsEnvironmentOptions)

已取代。 以異步方式建立隔離的 Windows 環境。

CreateAsync(IsolatedWindowsEnvironmentOptions, IsolatedWindowsEnvironmentTelemetryParameters)

已取代。 以異步方式建立隔離的 Windows 環境,並與遙測事件相互關聯。

FindByOwnerId(String)

已取代。 傳回向特定擁有者註冊的隔離式 Windows 環境清單。

GetById(String)

已取代。 根據 標識碼傳回隔離式 Windows 環境的參考。

GetUserInfo()

已取代。 由於隔離的環境使用者與主機使用者不同,因此主應用程式可能需要知道使用者登入隔離環境的相關信息,例如用戶名稱和 SID。 此 API 會公開這些值,而不需要等候登入程式完成。

LaunchFileWithUIAsync(String, String, String)

已取代。 允許應用程式在隔離的 Windows 環境中開啟檔案。

LaunchFileWithUIAsync(String, String, String, IsolatedWindowsEnvironmentTelemetryParameters)

已取代。 允許應用程式使用遙測相互關聯,在隔離的 Windows 環境中開啟檔案。

PostMessageToReceiverAsync(Guid, IIterable<Object>)

已取代。 將訊息從主機張貼到在隔離 Windows 環境端註冊的接收者。

PostMessageToReceiverAsync(Guid, IIterable<Object>, IsolatedWindowsEnvironmentTelemetryParameters)

已取代。 將訊息從主機張貼到在隔離 Windows 環境端註冊的接收者,並與遙測事件相互關聯。

RegisterMessageReceiver(Guid, MessageReceivedCallback)

已取代。 註冊訊息接收者回呼。

ShareFileAsync(String, IsolatedWindowsEnvironmentShareFileRequestOptions)

已取代。 與隔離的 Windows 環境共用主機檔案。

ShareFileAsync(String, IsolatedWindowsEnvironmentShareFileRequestOptions, IsolatedWindowsEnvironmentTelemetryParameters)

已取代。 使用隔離式 Windows 環境與遙測相互關聯共用主機檔案。

ShareFolderAsync(String, IsolatedWindowsEnvironmentShareFolderRequestOptions)

已取代。 使用隔離的 Windows 環境共用主資料夾。

ShareFolderAsync(String, IsolatedWindowsEnvironmentShareFolderRequestOptions, IsolatedWindowsEnvironmentTelemetryParameters)

已取代。 具有遙測相互關聯之隔離 Windows 環境的共享資料夾。

StartProcessSilentlyAsync(String, String, IsolatedWindowsEnvironmentActivator)

已取代。 允許進程在隔離的 Windows 環境中執行。

StartProcessSilentlyAsync(String, String, IsolatedWindowsEnvironmentActivator, IsolatedWindowsEnvironmentTelemetryParameters)

已取代。 允許進程在具有遙測相互關聯的隔離 Windows 環境中執行。

TerminateAsync()

已取代。 以異步方式終止隔離的 Windows 環境。

TerminateAsync(IsolatedWindowsEnvironmentTelemetryParameters)

已取代。 使用遙測相互關聯以異步方式終止隔離的 Windows 環境。

UnregisterMessageReceiver(Guid)

已取代。 取消註冊訊息接收者回呼。

適用於