Win32WindowFromProcess Method (Int32) |
Get a list of windows owned by the specified process.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IEnumerable<Win32Window> FromProcess(
int processId
)
Parameters
- processId
- Type: SystemInt32
The process identifier.
Return Value
Type:
IEnumerableWin32WindowA list of windows.
See Also