Initializes a new instance of the Device class

Namespace: MonoSoftware.MonoX.Utilities.UserAgent
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Device(
	string family,
	bool isSpider
)
Visual Basic
Public Sub New ( 
	family As String,
	isSpider As Boolean
)
Visual C++
public:
Device(
	String^ family, 
	bool isSpider
)
F#
new : 
        family : string * 
        isSpider : bool -> Device

Parameters

family
Type: System..::..String
isSpider
Type: System..::..Boolean

See Also