Click or drag to resize

BrowserInfo Class

Provides information about the supported web browser
Inheritance Hierarchy
SystemObject
  SmartBear.TestLeftBrowserInfo

Namespace:  SmartBear.TestLeft
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public class BrowserInfo

The BrowserInfo type exposes the following members.

Properties
  NameDescription
Public propertyFamily
Specifies the browser's family name
Public propertyPlatform
Specifies the type of the browser's executable (x86 or x64)
Public propertyVersion
Specifies the browser version
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts the BrowserInfo value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also