C# 클래스 ScreenshotInterface.ScreenshotInterface

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: stani/GScreensTool 1 사용 예제들

공개 메소드들

메소드 설명
GetScreenshotRequest ( Int32 clientPID ) : ScreenshotRequest
OnDebugMessage ( Int32 clientPID, string message ) : void
OnScreenshotResponse ( Int32 clientPID, System.Guid requestId, byte bitmapData ) : void
Ping ( Int32 clientPID ) : bool
ReportError ( Int32 clientPID, Exception e ) : void

비공개 메소드들

메소드 설명
ProcessResponseThread ( object data ) : void

메소드 상세

GetScreenshotRequest() 공개 메소드

public GetScreenshotRequest ( Int32 clientPID ) : ScreenshotRequest
clientPID System.Int32
리턴 ScreenshotRequest

OnDebugMessage() 공개 메소드

public OnDebugMessage ( Int32 clientPID, string message ) : void
clientPID System.Int32
message string
리턴 void

OnScreenshotResponse() 공개 메소드

public OnScreenshotResponse ( Int32 clientPID, System.Guid requestId, byte bitmapData ) : void
clientPID System.Int32
requestId System.Guid
bitmapData byte
리턴 void

Ping() 공개 메소드

public Ping ( Int32 clientPID ) : bool
clientPID System.Int32
리턴 bool

ReportError() 공개 메소드

public ReportError ( Int32 clientPID, Exception e ) : void
clientPID System.Int32
e System.Exception
리턴 void