Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Details ¶
type Details struct { ProcessID int ExeName string CmdLine string // Envs only contains the environment variables that we are interested in Envs map[string]string }
func FindAllProcesses ¶
Find all processes in the system. The function accepts a predicate function that can be used to filter the results.
func GetPidDetails ¶
Click to show internal directories.
Click to hide internal directories.