메소드 | 설명 | |
---|---|---|
EntryPoint ( EasyHook context, String channelName, Capture.Interface.CaptureConfig config ) : System | ||
Run ( EasyHook context, String channelName, Capture.Interface.CaptureConfig config ) : void |
메소드 | 설명 | |
---|---|---|
DisposeDirectXHook ( ) : void | ||
InitialiseDirectXHook ( Capture.Interface.CaptureConfig config ) : bool | ||
StartCheckHostIsAliveThread ( ) : void |
Begin a background thread to check periodically that the host process is still accessible on its IPC channel
|
|
StopCheckHostIsAliveThread ( ) : void |
Tell the _checkAlive thread that it can exit if it hasn't already
|
public EntryPoint ( EasyHook context, String channelName, Capture.Interface.CaptureConfig config ) : System | ||
context | EasyHook | |
channelName | String | |
config | Capture.Interface.CaptureConfig | |
리턴 | System |
public Run ( EasyHook context, String channelName, Capture.Interface.CaptureConfig config ) : void | ||
context | EasyHook | |
channelName | String | |
config | Capture.Interface.CaptureConfig | |
리턴 | void |