BrowserHelper.IsBrowserProcess(Process) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
true if the provided process is an instance of the browser; otherwise, false.