C# Class FFXIVAPP.Hooker.Hooking.DirectX11

Inheritance: DXBase
Afficher le fichier Open project: Icehunter/ffxivapp-hooker

Protected Properties

Свойство Type Description
OverlayInterfaceProxy ClientOverlayInterfaceProxy

Private Properties

Свойство Type Description
CleanupRenderer void
OverlayInterfaceProxy_AddOrUpdateOverylay void
OverlayInterfaceProxy_DisplayText void
OverlayInterfaceProxy_RemoveOverylay void
Present int
ResizeBuffers int

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CleanupRenderer ( ) : void
OverlayInterfaceProxy_AddOrUpdateOverylay ( AddOrUpdateOverlayEventArgs args ) : void
OverlayInterfaceProxy_DisplayText ( DisplayTextEventArgs args ) : void
OverlayInterfaceProxy_RemoveOverylay ( RemoveOverlayEventArgs args ) : void
Present ( IntPtr swapChainPtr, int syncInterval, PresentFlags dwFlags ) : int
ResizeBuffers ( IntPtr swapChainPtr, int bufferCount, int width, int height, Format newFormat, SwapChainFlags swapChainFlags ) : int

Method Details

DirectX11() public méthode

public DirectX11 ( 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 méthode

public Uninstall ( ) : void
Résultat void

Property Details

OverlayInterfaceProxy protected_oe property

protected ClientOverlayInterfaceProxy OverlayInterfaceProxy
Résultat ClientOverlayInterfaceProxy