BrowserHelper.IsBrowserProcess(Process) Method

Definition

Determines whether the provided process is an instance of the browser.

public:
 abstract bool IsBrowserProcess(System::Diagnostics::Process ^ process);
public abstract bool IsBrowserProcess (System.Diagnostics.Process process);
abstract member IsBrowserProcess : System.Diagnostics.Process -> bool
Public MustOverride Function IsBrowserProcess (process As Process) As Boolean

Parameters

process
Process

A Process object.

Returns

true if the provided process is an instance of the browser; otherwise, false.

Applies to