Uses of Class
io.github.eggy03.ferrumx.windows.entity.memory.PhysicalMemory
Packages that use PhysicalMemory
-
Uses of PhysicalMemory in io.github.eggy03.ferrumx.windows.service.memory
Methods in io.github.eggy03.ferrumx.windows.service.memory that return types with arguments of type PhysicalMemoryModifier and TypeMethodDescription@NotNull List
<PhysicalMemory> PhysicalMemoryService.get()
Retrieves a list of physical memory modules present in the system.@NotNull List
<PhysicalMemory> PhysicalMemoryService.get
(com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves a list of physical memory modules using the caller'sPowerShell
session.