C# 클래스 ScreenshotInject.ScreenshotInjection

상속: EasyHook.IEntryPoint
파일 보기 프로젝트 열기: stani/GScreensTool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetModuleHandle ( string lpModuleName ) : IntPtr

메소드 상세

Run() 공개 메소드

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
리턴 void

ScreenshotInjection() 공개 메소드

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