Provides methods which extend the Process class.
| C# | Visual Basic |
public static class ProcessHelper
Public NotInheritable Class ProcessHelper
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| GetMainWindowHandle(Process) |
Gets the window handle of the main window of the associated process.
| |
| GetMainWindowTitle(Process) |
Gets the caption of the main window of the process.
| |
| GetModules(Process) |
Gets the modules that have been loaded by the associated process.
| |
| GetProcesses()()()() |
Creates a new Process component for each process resource on the local computer.
| |
| GetProcessName(Process) |
Gets the name of the process.
| |
| GetThreads(Process) |
Gets the set of threads that are running in the associated process.
|
| Object | |
| ProcessHelper | |