Uses of Class
io.github.eggy03.ferrumx.windows.entity.processor.Win32AssociatedProcessorMemory
Packages that use Win32AssociatedProcessorMemory
Package
Description
-
Uses of Win32AssociatedProcessorMemory in io.github.eggy03.ferrumx.windows.mapping.processor
Classes in io.github.eggy03.ferrumx.windows.mapping.processor that implement interfaces with type arguments of type Win32AssociatedProcessorMemoryModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32AssociatedProcessorMemory -
Uses of Win32AssociatedProcessorMemory in io.github.eggy03.ferrumx.windows.service.processor
Classes in io.github.eggy03.ferrumx.windows.service.processor that implement interfaces with type arguments of type Win32AssociatedProcessorMemoryModifier and TypeClassDescriptionclassService class for fetching the association between a Processor, and it's Cache information from the system.Methods in io.github.eggy03.ferrumx.windows.service.processor that return types with arguments of type Win32AssociatedProcessorMemoryModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32AssociatedProcessorMemory> Win32AssociatedProcessorMemoryService.get()Retrieves an immutable list ofWin32AssociatedProcessorMemoryentities present in the system.@NotNull @Unmodifiable List<Win32AssociatedProcessorMemory> Win32AssociatedProcessorMemoryService.get(long timeout) Retrieves an immutable list ofWin32AssociatedProcessorMemoryentities using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32AssociatedProcessorMemory> Win32AssociatedProcessorMemoryService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list ofWin32AssociatedProcessorMemoryentities using the caller'sPowerShellsession.