C# Class LuaInjectAgent.Client

Interface between agent and client
Inheritance: System.MarshalByRefObject
Datei anzeigen Open project: gerich-home/lua-inject Class Usage Examples

Public Methods

Method Description
Echo ( String text ) : void
IsInstalled ( int clientPID ) : void
Ping ( ) : void
ReportException ( Exception e ) : void

Method Details

Echo() public abstract method

public abstract Echo ( String text ) : void
text String
return void

IsInstalled() public abstract method

public abstract IsInstalled ( int clientPID ) : void
clientPID int
return void

Ping() public abstract method

public abstract Ping ( ) : void
return void

ReportException() public abstract method

public abstract ReportException ( Exception e ) : void
e System.Exception
return void