Class WindowHelper
Window helper.
Inherited Members
Namespace: VisioForge.Core.Helpers
Assembly: VisioForge.Core.dll
Syntax
public static class WindowHelper
Methods
GetWindowNamesByProcessName(string)
Gets the name of the window names by process.
Declaration
public static string[] GetWindowNamesByProcessName(string processName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | processName | Name of the process. |
Returns
| Type | Description |
|---|---|
| string[] | System.String[]. |