Method | Description | |
---|---|---|
Attach ( |
Injects the specified target 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.
|
|
GetLogServiceFactory ( ) : ILogServiceFactory |
Gets the default log service factory.
|
|
GetLogger ( |
||
GetSettings ( string key ) : ISettingsStore | ||
Inject ( IWindowInfo info ) : void |
Attaches the specified info.
|
|
Run ( ) : void |
Runs the Hawkeye application.
|
|
Run ( IntPtr windowToSpy, IntPtr windowToKill ) : void |
Runs the Hawkeye application.
|
|
Shell ( ) : System |
Initializes a new instance of the Shell class.
|
Method | Description | |
---|---|---|
GetBootstrap ( Clr clr, Bitness bitness ) : string | ||
Initialize ( ) : void | ||
InitializeMainForm ( |
||
Log ( LogLevel level, string message, int appId ) : void | ||
LogDebug ( string message, int appId ) : void | ||
LogInfo ( string message, int appId ) : void | ||
RaiseCurrentWindowInfoChanged ( ) : void |
public Attach ( |
||
windowToSpy | The target window. | |
originalHawkeyeWindow | The original hawkeye window. | |
return | void |
public CanInject ( IWindowInfo info ) : bool | ||
info | IWindowInfo | The window info. |
return | bool |
public GetLogServiceFactory ( ) : ILogServiceFactory | ||
return | ILogServiceFactory |
public GetLogger ( |
||
type | ||
return | ILogService |
public GetSettings ( string key ) : ISettingsStore | ||
key | string | |
return | ISettingsStore |
public Inject ( IWindowInfo info ) : void | ||
info | IWindowInfo | The info. |
return | void |
public Run ( IntPtr windowToSpy, IntPtr windowToKill ) : void | ||
windowToSpy | IntPtr | The window to spy. |
windowToKill | IntPtr | The window to kill. |
return | void |