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
Available Extensions

Constructors

SYSTEM_INFO()

Properties

Anonymous ↔ _SYSTEM_INFO__Anonymous_e__Union
getter/setter pair
dwActiveProcessorMask int
getter/setter pair
dwAllocationGranularity int
getter/setter pair
dwNumberOfProcessors int
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
wProcessorLevel int
getter/setter pair
wProcessorRevision int
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