Version

ClientMachine Class Members

The following tables list the members exposed by ClientMachine.

Public Constructors
 NameDescription
Public ConstructorClientMachine Constructor  
Public Fields
 NameDescription
Public FieldIsChromeBrowser is Chrome  
Public FieldIsFirefoxBrowser is Netscape-Firefox  
Public FieldIsFirefox15Browser is Netscape-Firefox 1.5  
Public FieldIsFirefox20Browser is Netscape-Firefox 2.0  
Public FieldIsIEBrowser is IE5  
Public FieldIsIE10PlusBrowser is IE10 or above  
Public FieldIsIE4Browser is IE4  
Public FieldIsIE6Browser is IE6  
Public FieldIsIE7Browser is IE7  
Public FieldIsIE7CompatBrowser is IE7 or below  
Public FieldIsIE8Browser is IE8  
Public FieldIsIE9Browser is IE9  
Public FieldIsIE9PlusBrowser is IE9 or above  
Public FieldIsIEStandardsBrowser is IE8 or higher.  
Public FieldIsMacIt is Mac  
Public FieldIsNetscapeBrowser is Netscape  
Public FieldIsOperaBrowser is Opera  
Public FieldIsReadyValues were filled  
Public FieldIsSafariIt is Safari (Netscape on Mac)  
Public FieldIsUpLevelBrowser is upper: major version is higher than 4  
Public FieldIsXPIt is WindowsXP  
Public FieldMajorVersionMajor version of browser. Note: that value contains meaningful information only for IE.  
Public FieldMinorVersionMinor version of browser. Note: that value contains meaningful information only for IE.  
Public FieldNetscapeVersionVersion of Netscape as 2 digit number. Examples: 62==Netscape6.2, 70==Netscape7.0, 71==Netscape7.1, etc.  
Public Methods
 NameDescription
Public MethodFillValuesFill values for particular machine and browser on client  
Public Methodstatic (Shared in Visual Basic)IsWebCrawlerTrue if WebCrawler is detected.  
Public MethodSetIEMajorVersionThis method whn called prior to the PreRender event forces the grid to render for specified version.  
See Also