Skip to content

NativeMethods.SYSTEM_INFO ​

Contains information about the current system.

Kind: Struct

Namespace: ConnectorLib

Public Attributes

ProcessorArchitectureEnum

ProcessorArchitecture

The processor architecture of the system.

uint

PageSize

The number of processors in the system.

IntPtr

MinimumApplicationAddress

The base address of the system's page directory.

IntPtr

MaximumApplicationAddress

The maximum address that can be used by an application.

IntPtr

ActiveProcessorMask

The processor mask that indicates the active processors in the system.

uint

NumberOfProcessors

The number of processors in the system.

uint

ProcessorType

The processor type of the system.

uint

AllocationGranularity

The processor level of the system.

ushort

ProcessorLevel

The processor level of the system.

ushort

ProcessorRevision

The processor revision number.