ProcessQuery.exe
ProcessQuery exe(string pattern)Filters processes by executable path pattern.
Supports glob-style patterns:
- `*` matches any sequence of characters
- `?` matches any single character
Parameters
patternThe pattern to match against executable paths. Returns
This ProcessQuery for method chaining.