C# 클래스 XDEMonitor.HookInterface

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

공개 메소드들

메소드 설명
OnWriteConsole ( int inClientPID, string buffers ) : void
Ping ( ) : void
ReportException ( Exception exception ) : void

메소드 상세

OnWriteConsole() 공개 메소드

public OnWriteConsole ( int inClientPID, string buffers ) : void
inClientPID int
buffers string
리턴 void

Ping() 공개 메소드

public Ping ( ) : void
리턴 void

ReportException() 공개 메소드

public ReportException ( Exception exception ) : void
exception System.Exception
리턴 void