WebViewControlProcess Class

Definition

A proxy for Windows.Web.UI.Interop.WebViewControlProcess.

public sealed class WebViewControlProcess
type WebViewControlProcess = class
Public NotInheritable Class WebViewControlProcess
Inheritance
WebViewControlProcess

Constructors

WebViewControlProcess()

Initializes a new instance of the WebViewControlProcess class.

WebViewControlProcess(WebViewControlProcessOptions)

Initializes a new instance of the WebViewControlProcess class with the specified processOptions.

Properties

EnterpriseId

Gets the enterprise identifier.

IsPrivateNetworkClientServerCapabilityEnabled

Gets a value indicating whether this instance is private network client server capability enabled.

ProcessId

Gets the process identifier (PID) of the underlying WWAHost.

Methods

Terminate()

Terminates the underlying WWAHost process.

ToWebViewControlProcess(WebViewControlProcess)

Creates a WebViewControlProcess from Windows.Web.UI.Interop.WebViewControlProcess.

Operators

Implicit(WebViewControlProcess to WebViewControlProcess)

Performs an implicit conversion from Windows.Web.UI.Interop.WebViewControlProcess to WebViewControlProcess.

Events

ProcessExited

Occurs when the underlying WWAHost process exits.

Applies to