DwmPlatformVersion class

Constructors

DwmPlatformVersion.new({required int major, required int minor, required int build, int? platformId, bool? isServer, String? name})
const

Properties

build int
final
hashCode int
The hash code for this object.
no setterinherited
isServer bool?
no setter
isWindows10 bool
no setter
isWindows11 bool
no setter
isWindows7 bool
no setter
isWindows7SP1 bool
no setter
isWindows8 bool
no setter
isWindows8Point1 bool
no setter
major int
The size of this data structure, in bytes. Set this member to sizeof(OSVERSIONINFO).
final
minor int
The minor version number of the operating system. For more information, see Remarks.
final
name String?
no setter
platformId int?
The build number of the operating system.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

versions List<DwmPlatformVersion>
getter/setter pair