C# Class FFXIVAPP.Hooker.Hooking.DXBase

Inheritance: Component, IDirectX
Exibir arquivo Open project: Icehunter/ffxivapp-hooker

Public Methods

Method Description
DXBase ( OverlayInterface overlayInterface ) : System
Install ( int processID ) : void
Uninstall ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

DXBase() public method

public DXBase ( OverlayInterface overlayInterface ) : System
overlayInterface OverlayInterface
return System

Dispose() protected method

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

Install() public method

public Install ( int processID ) : void
processID int
return void

Uninstall() public abstract method

public abstract Uninstall ( ) : void
return void