Метод | Описание | |
---|---|---|
Attach ( |
Attaches the (injected) Hawkeye application to the specified target window (and destroys the original Hawkeye window).
|
|
CanInject ( IWindowInfo info ) : bool |
Determines whether Hawkeye can be injected given the specified window info.
|
|
Close ( ) : void |
Operations that should be realized before we close Hawkeye.
|
|
Inject ( IWindowInfo info ) : void |
Injects the Hawkeye application into the process owning the specified window.
|
|
Run ( ) : void |
Runs the Hawkeye application. Use this method to run Hawkeye in its own process. |
|
Run ( |
Runs the Hawkeye application. Use this method to run Hawkeye in its own process. |
Метод | Описание | |
---|---|---|
HawkeyeApplication ( ) : System |
Initializes the HawkeyeApplication class.
|
public static Attach ( |
||
targetWindowHandle | The target window. | |
hawkeyeWindowHandle | The original Hawkeye window. | |
Результат | void |
public static CanInject ( IWindowInfo info ) : bool | ||
info | IWindowInfo | The window info. |
Результат | bool |
public static Inject ( IWindowInfo info ) : void | ||
info | IWindowInfo | The target window information. |
Результат | void |
public static Run ( |
||
windowToSpy | The window to spy. | |
windowToKill | The window to kill. | |
Результат | void |