Méthode | Description | |
---|---|---|
FromProcessId ( int processId ) : |
Returns a new Process component, given the identifier of a process.
|
|
FromProcessName ( string processName ) : IEnumerable |
Creates an collection of new Process components and associates them with all the process resources that share the specified process name.
|
|
FromWindowClassName ( string className ) : IEnumerable |
Creates a collection of new Process components and associates them with all the process resources that share the specified class name.
|
|
FromWindowHandle ( |
Retrieves a new Process component that created the window.
|
|
FromWindowTitle ( string windowTitle ) : IEnumerable |
Creates a collection of new Process components and associates them with all the process resources that share the specified window title.
|
|
FromWindowTitleContains ( string windowTitle ) : IEnumerable |
Creates a collection of new Process components and associates them with all the process resources that contain the specified window title.
|
public static FromProcessId ( int processId ) : |
||
processId | int | The system-unique identifier of a process resource. |
Résultat |
public static FromProcessName ( string processName ) : IEnumerable |
||
processName | string | The friendly name of the process. |
Résultat | IEnumerable |
public static FromWindowClassName ( string className ) : IEnumerable |
||
className | string | The class name string. |
Résultat | IEnumerable |
public static FromWindowHandle ( |
||
windowHandle | A handle to the window. | |
Résultat |
public static FromWindowTitle ( string windowTitle ) : IEnumerable |
||
windowTitle | string | The window title string. |
Résultat | IEnumerable |
public static FromWindowTitleContains ( string windowTitle ) : IEnumerable |
||
windowTitle | string | A part a window title string. |
Résultat | IEnumerable |