OSVERSIONINFO class base struct

Contains operating system version information. The information includes major and minor version numbers, a build number, a platform identifier, and descriptive text about the operating system. This structure is used with the GetVersionEx function.

Inheritance

Constructors

OSVERSIONINFO()

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

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