Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the provided process is an instance of the browser.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public MustOverride Function IsBrowserProcess ( _
process As Process _
) As Boolean
public abstract bool IsBrowserProcess(
Process process
)
public:
virtual bool IsBrowserProcess(
Process^ process
) abstract
abstract IsBrowserProcess :
process:Process -> bool
public abstract function IsBrowserProcess(
process : Process
) : boolean
Parameters
- process
Type: System.Diagnostics.Process
A Process object.
Return Value
Type: System.Boolean
true if the provided process is an instance of the browser; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.