OSVersion function

From StealthBot Wiki Backup
Jump to: navigation, search

The OSVersion function allows you to retrieve the OSVersion object in order to get information about your current operating system.

Development

This function was added by Eric in version 2.7.

Documentation

'// OSVERSION
'// Returns an object with properties returning operating system information
Public Function OSVersion() As Object
    Set OSVersion = New clsOSVersion
End Function

Syntax

To store a value that the OSVersion object can retrieve:

Variable = OSVersion().GetSomething

See the OSVersion object article for examples and usage of the OSVersion object.

See also