SYSTEM_INFO class base 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
Implemented types
Available extensions

Constructors

SYSTEM_INFO()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
Anonymous ↔ _SYSTEM_INFO__Anonymous_e__Union
getter/setter pair
Anonymous ↔ _SYSTEM_INFO__Anonymous_e__Union__Anonymous_e__Struct

Available on SYSTEM_INFO, provided by the SYSTEM_INFO_Extension extension

getter/setter pair
dwActiveProcessorMask int
getter/setter pair
dwAllocationGranularity int
getter/setter pair
dwNumberOfProcessors int
getter/setter pair
dwOemId int

Available on SYSTEM_INFO, provided by the SYSTEM_INFO_Extension extension

getter/setter pair
dwPageSize int
getter/setter pair
dwProcessorType int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lpMaximumApplicationAddress Pointer<NativeType>
getter/setter pair
lpMinimumApplicationAddress Pointer<NativeType>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wProcessorArchitecture int

Available on SYSTEM_INFO, provided by the SYSTEM_INFO__Anonymous_e__Union_Extension extension

getter/setter pair
wProcessorLevel int
getter/setter pair
wProcessorRevision int
getter/setter pair
wReserved int

Available on SYSTEM_INFO, provided by the SYSTEM_INFO__Anonymous_e__Union_Extension extension

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