메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Disposes resources
|
|
GetActiveWindowAsync ( ) : void |
Asyncrhonously forces an event to be raised regardless of whether focus changed or not
|
|
IsDifferent ( |
Compares the two automation elements and returns if they are identical or not
|
|
Pause ( ) : void |
Pauses the activity monitoring. No events will be raised when paused
|
|
Resume ( ) : void |
Resumes window activity monitoring.
|
|
Start ( ) : bool |
Starts activity monitoring
|
메소드 | 설명 | |
---|---|---|
GetActiveWindow ( ) : void | ||
GetForegroundWindowInfo ( ) : ACAT.Lib.Core.Utility.WindowActivityMonitorInfo | ||
GetProcessForWindow ( |
||
_timer_Tick ( object sender, |
The timer function to check the currently focused window and to see if focus changed or not
|
|
getActiveWindow ( bool flag = false ) : void | ||
release ( Object syncObj ) : void |
Releases the synch object
|
|
tryEnter ( Object syncObj ) : bool |
Uses Monitor to see if it can enter
|
public static IsDifferent ( |
||
ele1 | first element | |
ele2 | second element | |
리턴 | bool |