Holds information about the browser


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
<Serializable>
Public Class BrowserInfo
C#
[Serializable]
public class BrowserInfo
C++
[Serializable]
ref class BrowserInfo
J#
/** @attribute Serializable() */
public class BrowserInfo
JScript
public 
   Serializable
class BrowserInfo

Inheritance Hierarchy

System.Object
   NetQuarry.BrowserInfo

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also