Property | Type | Description | |
---|---|---|---|
WindowFactory | System |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Releases all resources used by the WindowFactory object.
|
|
GetWindowsByClassName ( string className ) : IEnumerable |
Gets all the windows that have the specified class name.
|
|
GetWindowsByTitle ( string windowTitle ) : IEnumerable |
Gets all the windows that have the same specified title.
|
|
GetWindowsByTitleContains ( string windowTitle ) : IEnumerable |
Gets all the windows that contain the specified title.
|
|
this ( string windowTitle ) : IEnumerable |
Gets all the windows that have the same specified title.
|
Method | Description | |
---|---|---|
WindowFactory ( MemorySharp memorySharp ) : System |
Initializes a new instance of the WindowFactory class.
|
public GetWindowsByClassName ( string className ) : IEnumerable |
||
className | string | The class name string. |
return | IEnumerable |
public GetWindowsByTitle ( string windowTitle ) : IEnumerable |
||
windowTitle | string | The window title string. |
return | IEnumerable |
public GetWindowsByTitleContains ( string windowTitle ) : IEnumerable |
||
windowTitle | string | A part a window title string. |
return | IEnumerable |
public this ( string windowTitle ) : IEnumerable |
||
windowTitle | string | The window title string. |
return | IEnumerable |