C# Class LuaInjectAgent.Client

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

Méthodes publiques

Méthode Description
Echo ( String text ) : void
IsInstalled ( int clientPID ) : void
Ping ( ) : void
ReportException ( Exception e ) : void

Method Details

Echo() public abstract méthode

public abstract Echo ( String text ) : void
text String
Résultat void

IsInstalled() public abstract méthode

public abstract IsInstalled ( int clientPID ) : void
clientPID int
Résultat void

Ping() public abstract méthode

public abstract Ping ( ) : void
Résultat void

ReportException() public abstract méthode

public abstract ReportException ( Exception e ) : void
e System.Exception
Résultat void