Tao.Platform.Windows SDK Documentation

Kernel.SYSTEM_INFO Structure

The SYSTEM_INFO structure 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.

For a list of all members of this type, see Kernel.SYSTEM_INFO Members.

System.Object
   System.ValueType
      Tao.Platform.Windows.Kernel.SYSTEM_INFO

[Visual Basic]
Public Structure Kernel.SYSTEM_INFO
[C#]
public struct Kernel.SYSTEM_INFO

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Tao.Platform.Windows

Assembly: Tao.Platform.Windows (in Tao.Platform.Windows.dll)

See Also

Kernel.SYSTEM_INFO Members | Tao.Platform.Windows Namespace | GetSystemInfo | Kernel.SYSTEM_INFO_UNION