OSVERSIONINFOEX class Null safety 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
- Object
- NativeType
- Struct
- OSVERSIONINFOEX
Constructors
Properties
- dwBuildNumber ↔ int
-
@Uint32(), read / write
- dwMajorVersion ↔ int
-
@Uint32(), read / write
- dwMinorVersion ↔ int
-
@Uint32(), read / write
- dwOSVersionInfoSize ↔ int
-
@Uint32(), read / write
- dwPlatformId ↔ int
-
@Uint32(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- szCSDVersion ↔ String
-
read / write
- wProductType ↔ int
-
@Uint8(), read / write
- wReserved ↔ int
-
@Uint8(), read / write
- wServicePackMajor ↔ int
-
@Uint16(), read / write
- wServicePackMinor ↔ int
-
@Uint16(), read / write
- wSuiteMask ↔ int
-
@Uint16(), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited