Uses of Class
io.github.eggy03.ferrumx.windows.entity.memory.Win32PhysicalMemory
Packages that use Win32PhysicalMemory
Package
Description
-
Uses of Win32PhysicalMemory in io.github.eggy03.ferrumx.windows.mapping.memory
Classes in io.github.eggy03.ferrumx.windows.mapping.memory that implement interfaces with type arguments of type Win32PhysicalMemoryModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32PhysicalMemory -
Uses of Win32PhysicalMemory in io.github.eggy03.ferrumx.windows.service.memory
Classes in io.github.eggy03.ferrumx.windows.service.memory that implement interfaces with type arguments of type Win32PhysicalMemoryModifier and TypeClassDescriptionclassService class for fetching information about physical memory modules (RAM) in the system.Methods in io.github.eggy03.ferrumx.windows.service.memory that return types with arguments of type Win32PhysicalMemoryModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32PhysicalMemory> Win32PhysicalMemoryService.get()Retrieves an immutable list of physical memory modules present in the system.@NotNull @Unmodifiable List<Win32PhysicalMemory> Win32PhysicalMemoryService.get(long timeout) Retrieves an immutable list of physical memory modules connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32PhysicalMemory> Win32PhysicalMemoryService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of physical memory modules using the caller'sPowerShellsession.