C# Class FileMon.FileMonInterface

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: gerich-home/lua-inject

Méthodes publiques

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

Method Details

IsInstalled() public méthode

public IsInstalled ( Int32 InClientPID ) : void
InClientPID System.Int32
Résultat void

OnCreateFile() public méthode

public OnCreateFile ( Int32 InClientPID, String InFileNames ) : void
InClientPID System.Int32
InFileNames String
Résultat void

Ping() public méthode

public Ping ( ) : void
Résultat void

ReportException() public méthode

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