C# Class FileMon.FileMonInterface

Inheritance: System.MarshalByRefObject
Datei anzeigen Open project: gerich-home/lua-inject

Public Methods

Method Description
IsInstalled ( Int32 InClientPID ) : void
OnCreateFile ( Int32 InClientPID, String InFileNames ) : void
Ping ( ) : void
ReportException ( Exception InInfo ) : void

Method Details

IsInstalled() public method

public IsInstalled ( Int32 InClientPID ) : void
InClientPID System.Int32
return void

OnCreateFile() public method

public OnCreateFile ( Int32 InClientPID, String InFileNames ) : void
InClientPID System.Int32
InFileNames String
return void

Ping() public method

public Ping ( ) : void
return void

ReportException() public method

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