C# 클래스 FFXIVAPP.Hooker.Hooking.DirectX11

상속: DXBase
파일 보기 프로젝트 열기: Icehunter/ffxivapp-hooker

보호된 프로퍼티들

프로퍼티 타입 설명
OverlayInterfaceProxy ClientOverlayInterfaceProxy

Private Properties

프로퍼티 타입 설명
CleanupRenderer void
OverlayInterfaceProxy_AddOrUpdateOverylay void
OverlayInterfaceProxy_DisplayText void
OverlayInterfaceProxy_RemoveOverylay void
Present int
ResizeBuffers int

공개 메소드들

메소드 설명
DirectX11 ( OverlayInterface overlayInterface ) : System
Install ( int processID ) : void
Uninstall ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DirectX11() 공개 메소드

public DirectX11 ( OverlayInterface overlayInterface ) : System
overlayInterface OverlayInterface
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Install() 공개 메소드

public Install ( int processID ) : void
processID int
리턴 void

Uninstall() 공개 메소드

public Uninstall ( ) : void
리턴 void

프로퍼티 상세

OverlayInterfaceProxy 보호되어 있는 프로퍼티

protected ClientOverlayInterfaceProxy OverlayInterfaceProxy
리턴 ClientOverlayInterfaceProxy