Share via


IsolatedWindowsEnvironmentHost.IsReady Property

Definition

Deprecated. Boolean value that represents if a host is configured correctly and is ready to create Isolated Windows Environment.

public:
 static property bool IsReady { bool get(); };
static bool IsReady();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentHost is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
static bool IsReady();
public static bool IsReady { get; }
public static bool IsReady { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentHost 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 boolean = IsolatedWindowsEnvironmentHost.isReady;
Public Shared ReadOnly Property IsReady As Boolean

Property Value

Boolean

bool

Boolean

Attributes

Remarks

Warning

This is a deprecated API.

Applies to