Class Win32_AssociatedProcessorMemory

java.lang.Object
com.ferrumx.system.associatedclasses.Win32_AssociatedProcessorMemory

public class Win32_AssociatedProcessorMemory extends Object
This class serves as a relationship between Win32_Processor and Win32_CacheMemory. This class will fetch the CacheMemory IDs (L1, L2 and L3 ID) of a CPU based on the CPU ID given by Win32_Processor. The cache ID's extracted from this class will then be used in Win32_CacheMemory to retrieve cache related information
Author:
Egg-03