Method | Description | |
---|---|---|
Run ( RemoteHooking InContext, String channelName, String strVersion, bool showOverlay ) : void |
Called by EasyHook to begin any hooking etc in the target process
|
|
ScreenshotInjection ( RemoteHooking context, String channelName, String version, bool showOverlay ) : System |
Method | Description | |
---|---|---|
GetModuleHandle ( string lpModuleName ) : |
public Run ( RemoteHooking InContext, String channelName, String strVersion, bool showOverlay ) : void | ||
InContext | RemoteHooking | |
channelName | String | |
strVersion | String | Direct3DVersion passed as a string so that GAC registration is not required |
showOverlay | bool | Whether or not to show an overlay |
return | void |
public ScreenshotInjection ( RemoteHooking context, String channelName, String version, bool showOverlay ) : System | ||
context | RemoteHooking | |
channelName | String | |
version | String | |
showOverlay | bool | |
return | System |