Package-level declarations
Types
LogicalProcessor
interface represents a logical CPU core or thread in the system This interface provides detailed information about the logical processor's mapping to physical processors, NUMA nodes, and processor groups
Represents a physical processor in the system. This interface provides information about the physical CPU core, its package, and efficiency, along with its unique identifier string.
ProcessorCache
interface represents a processor's cache with its properties like level, associativity, line size, cache size, and cache type.
ProcessorIdentifier
interface defines the properties related to the CPU identifier and its characteristics. These properties allow retrieval of information such as the CPU vendor, name, family, model, stepping, and more.