C# Class ScreenshotInject.ScreenshotInjection

Inheritance: EasyHook.IEntryPoint
显示文件 Open project: stani/GScreensTool

Public Methods

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

Private Methods

Method Description
GetModuleHandle ( string lpModuleName ) : IntPtr

Method Details

Run() public method

Called by EasyHook to begin any hooking etc in the target process
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

ScreenshotInjection() public method

public ScreenshotInjection ( RemoteHooking context, String channelName, String version, bool showOverlay ) : System
context RemoteHooking
channelName String
version String
showOverlay bool
return System