Nevron.UI.WebForm.Controls Namespace / NBrowser Class / VersionCheck Method


VersionCheck Method
Syntax
'Declaration
 
Protected Function VersionCheck( _
   ByVal nMajor As System.Integer, _
   ByVal fMinor As System.Double, _
   ByVal nMajor2 As System.Integer, _
   ByVal fMinor2 As System.Double _
) As System.Integer
 
'Usage
 
Dim instance As NBrowser
Dim nMajor As System.Integer
Dim fMinor As System.Double
Dim nMajor2 As System.Integer
Dim fMinor2 As System.Double
Dim value As System.Integer
 
value = instance.VersionCheck(nMajor, fMinor, nMajor2, fMinor2)

Parameters

nMajor
fMinor
nMajor2
fMinor2
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also