C# Class FFXIVAPP.Hooker.Hooking.DXBase

Inheritance: Component, IDirectX
Afficher le fichier Open project: Icehunter/ffxivapp-hooker

Méthodes publiques

Méthode Description
DXBase ( OverlayInterface overlayInterface ) : System
Install ( int processID ) : void
Uninstall ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

DXBase() public méthode

public DXBase ( OverlayInterface overlayInterface ) : System
overlayInterface OverlayInterface
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Install() public méthode

public Install ( int processID ) : void
processID int
Résultat void

Uninstall() public abstract méthode

public abstract Uninstall ( ) : void
Résultat void