Click or drag to resize
com.softwarekey.Client.Utils.SystemComponent Namespace
Contains classes used to identify various system/hardware components.
Classes
  ClassDescription
Public classBIOSInformation
SystemComponent implementation for retrieving information on the system's BIOS.
Public classCDROMInformation
SystemComponent implementation for retrieving information on the system's CDROM/DVD drives.
Public classComputerSystemInformation
SystemComponent implementation for retrieving basic computer system information.
Public classHardDriveInformation
SystemComponent implementation for retrieving information on the system's hard drives.
Public classMotherboardInformation
SystemComponent implementation for retrieving information on the system's motherboard.
Public classNetworkInterfaceInformation
SystemComponent implementation for retrieving information on the system's network adapters.
Public classOperatingSystemInformation
SystemComponent implementation for retrieving information on the system's operating system
Public classProcessorInformation
SystemComponent implementation for retrieving information on the system's processor (CPU)
Public classSoundCardInformation
SystemComponent implementation for retrieving information on the system's sound cards.
Public classSystemComponent
Base class from which system component information implementations are derived. This is designed to facilitate retrieving data about a system using Windows Management Instrumentation (WMI) queries.
Public classSystemComponentInformation
Collection of various SystemComponent objects, each of which contains information about the system.
Public classSystemComponentProperty
Represents a property as a name/value pair of strings.
Public classUserAccountInformation
SystemComponent implementation for retrieving information on the system's current user.
Public classVideoCardInformation
Information on the system's video cards.