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