DeviceInfo

Class

Static class which allows you to access the current user's hardware information.

You can get information about the

  • Processors (CPUs)

  • Graphics Cards (GPUs)

  • Random Access Memory (RAM sticks)

  • Disks (Drives)

Methods

  • GetCPUs()

  • GetGPUs()

  • GetRAMSticks()

  • GetDisks()

Structures

  • GPU Name, DeviceID, AdapterRAM, DriverVersion, VideoProcessor, VideoMemoryType

  • CPU Name, ProcessorID, DeviceID, Manufacturer, CurrentClockSpeed, NumberOfCores, NumberOfLogicalProcessors, Architecture

  • RAMStick CapacityGB, SpeedMHz, Manufacturer, PartNumber, SerialNumber

  • Disk Model, SizeGB, InterfaceType, MediaType, Partitions

Last updated