OSVERSIONINFO class Null safety 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
- Object
- NativeType
- Struct
- OSVERSIONINFO
- Available Extensions
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-only
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