C# 클래스 LuaInjectAgent.Client

Interface between agent and client
상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: gerich-home/lua-inject 1 사용 예제들

공개 메소드들

메소드 설명
Echo ( String text ) : void
IsInstalled ( int clientPID ) : void
Ping ( ) : void
ReportException ( Exception e ) : void

메소드 상세

Echo() 공개 추상적인 메소드

public abstract Echo ( String text ) : void
text String
리턴 void

IsInstalled() 공개 추상적인 메소드

public abstract IsInstalled ( int clientPID ) : void
clientPID int
리턴 void

Ping() 공개 추상적인 메소드

public abstract Ping ( ) : void
리턴 void

ReportException() 공개 추상적인 메소드

public abstract ReportException ( Exception e ) : void
e System.Exception
리턴 void