메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. | |
리턴 | void |
public CanInject ( IWindowInfo info ) : bool | ||
info | IWindowInfo | The window info. |
리턴 | bool |
public GetLogServiceFactory ( ) : ILogServiceFactory | ||
리턴 | ILogServiceFactory |
public GetSettings ( string key ) : ISettingsStore | ||
key | string | |
리턴 | ISettingsStore |
public Run ( IntPtr windowToSpy, IntPtr windowToKill ) : void | ||
windowToSpy | IntPtr | The window to spy. |
windowToKill | IntPtr | The window to kill. |
리턴 | void |