SYSTEM_INFO class Null safety Struct
Contains information about the current computer system. This includes the architecture and type of the processor, the number of processors in the system, the page size, and other such information.
- Inheritance
- Object
- NativeType
- Struct
- SYSTEM_INFO
- Available Extensions
Constructors
Properties
- dwActiveProcessorMask ↔ int
-
@IntPtr(), read / write
- dwAllocationGranularity ↔ int
-
@Uint32(), read / write
- dwNumberOfProcessors ↔ int
-
@Uint32(), read / write
- dwPageSize ↔ int
-
@Uint32(), read / write
- dwProcessorType ↔ int
-
@Uint32(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
lpMaximumApplicationAddress
↔ Pointer<
NativeType> -
read / write
-
lpMinimumApplicationAddress
↔ Pointer<
NativeType> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- wProcessorArchitecture ↔ int
-
@Uint16(), read / write
- wProcessorLevel ↔ int
-
@Uint16(), read / write
- wProcessorRevision ↔ int
-
@Uint16(), read / write
- wReserved ↔ 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