C# Class XDEMonitor.HookInterface

Inheritance: System.MarshalByRefObject
ファイルを表示 Open project: andreycha/tangerine Class Usage Examples

Public Methods

Method Description
OnWriteConsole ( int inClientPID, string buffers ) : void
Ping ( ) : void
ReportException ( Exception exception ) : void

Method Details

OnWriteConsole() public method

public OnWriteConsole ( int inClientPID, string buffers ) : void
inClientPID int
buffers string
return void

Ping() public method

public Ping ( ) : void
return void

ReportException() public method

public ReportException ( Exception exception ) : void
exception System.Exception
return void