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