C# Class FFXIVAPP.Hooker.HookProcess

Inheritance: IDisposable
Exibir arquivo Open project: Icehunter/ffxivapp-hooker

Public Methods

Method Description
Dispose ( ) : void
HookProcess ( Process process, OverlayConfig overlayConfig, OverlayInterface overlayInterface ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HookProcess() public method

public HookProcess ( Process process, OverlayConfig overlayConfig, OverlayInterface overlayInterface ) : System
process System.Diagnostics.Process
overlayConfig OverlayConfig
overlayInterface OverlayInterface
return System