C# Class XDEMonitor.HookInterface

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: andreycha/tangerine Class Usage Examples

Méthodes publiques

Méthode Description
OnWriteConsole ( int inClientPID, string buffers ) : void
Ping ( ) : void
ReportException ( Exception exception ) : void

Method Details

OnWriteConsole() public méthode

public OnWriteConsole ( int inClientPID, string buffers ) : void
inClientPID int
buffers string
Résultat void

Ping() public méthode

public Ping ( ) : void
Résultat void

ReportException() public méthode

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