IESettings.Check64BitBrowserVersionSupport Method
Check for IE64 browser version support.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Shared Function Check64BitBrowserVersionSupport As Boolean
public static bool Check64BitBrowserVersionSupport()
public:
static bool Check64BitBrowserVersionSupport()
static member Check64BitBrowserVersionSupport : unit -> bool
public static function Check64BitBrowserVersionSupport() : boolean
Return Value
Type: Boolean
True if 64-bit supported for the current Internet Explorer version and operating system.
.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.