C# 클래스 FFXIVAPP.Hooker.OverlayInterface

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: Icehunter/ffxivapp-hooker 1 사용 예제들

공개 메소드들

메소드 설명
AddOrUpdateInGameOverlay ( System.Guid overlayID, Stream imageStream, float alpha, PointF location ) : void
Disconnect ( ) : void
DisplayInGameText ( string text ) : void
DisplayInGameText ( string text, System.TimeSpan duration ) : void
Message ( MessageType messageType, string format ) : void
OverlayInterface ( ) : System
Ping ( ) : void
RemoveInGameOverlay ( System.Guid overlayID ) : void
SafeInvokeDisconnected ( ) : void

비공개 메소드들

메소드 설명
SafeInvokeAddOrUpdateOverlay ( AddOrUpdateOverlayEventArgs addOrUpdateOverlayEventArgs ) : void
SafeInvokeDisplayText ( DisplayTextEventArgs displayTextEventArgs ) : void
SafeInvokeMessageRecevied ( MessageReceivedEventArgs eventArgs ) : void
SafeInvokeRemoveOverlay ( RemoveOverlayEventArgs removeOverlayEventArgs ) : void

메소드 상세

AddOrUpdateInGameOverlay() 공개 메소드

public AddOrUpdateInGameOverlay ( System.Guid overlayID, Stream imageStream, float alpha, PointF location ) : void
overlayID System.Guid
imageStream Stream
alpha float
location System.Drawing.PointF
리턴 void

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

DisplayInGameText() 공개 메소드

public DisplayInGameText ( string text ) : void
text string
리턴 void

DisplayInGameText() 공개 메소드

public DisplayInGameText ( string text, System.TimeSpan duration ) : void
text string
duration System.TimeSpan
리턴 void

Message() 공개 메소드

public Message ( MessageType messageType, string format ) : void
messageType MessageType
format string
리턴 void

OverlayInterface() 공개 메소드

public OverlayInterface ( ) : System
리턴 System

Ping() 공개 메소드

public Ping ( ) : void
리턴 void

RemoveInGameOverlay() 공개 메소드

public RemoveInGameOverlay ( System.Guid overlayID ) : void
overlayID System.Guid
리턴 void

SafeInvokeDisconnected() 공개 메소드

public SafeInvokeDisconnected ( ) : void
리턴 void