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

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

DXBase() 공개 메소드

public DXBase ( 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 abstract Uninstall ( ) : void
리턴 void