OSVERSIONINFOEX class base struct

Contains operating system version information. The information includes major and minor version numbers, a build number, a platform identifier, and information about product suites and the latest Service Pack installed on the system. This structure is used with the GetVersionEx and VerifyVersionInfo functions.

Inheritance

Constructors

OSVERSIONINFOEX()

Properties

dwBuildNumber int
getter/setter pair
dwMajorVersion int
getter/setter pair
dwMinorVersion int
getter/setter pair
dwOSVersionInfoSize int
getter/setter pair
dwPlatformId int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
szCSDVersion String
getter/setter pair
wProductType int
getter/setter pair
wReserved int
getter/setter pair
wServicePackMajor int
getter/setter pair
wServicePackMinor int
getter/setter pair
wSuiteMask int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited