C# Class FFXIVAPP.Hooker.ClientOverlayInterfaceProxy

Inheritance: System.MarshalByRefObject, IDisposable
Afficher le fichier Open project: Icehunter/ffxivapp-hooker

Méthodes publiques

Méthode Description
AddOrUpdateOverlayProxyHandler ( AddOrUpdateOverlayEventArgs args ) : void
DisconnectedProxyHandler ( ) : void
DisplayTextProxyHandler ( DisplayTextEventArgs args ) : void
Dispose ( ) : void
InitializeLifetimeService ( ) : object
RemoveOverlayProxyHandler ( RemoveOverlayEventArgs args ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

AddOrUpdateOverlayProxyHandler() public méthode

public AddOrUpdateOverlayProxyHandler ( AddOrUpdateOverlayEventArgs args ) : void
args FFXIVAPP.Hooker.Events.AddOrUpdateOverlayEventArgs
Résultat void

DisconnectedProxyHandler() public méthode

public DisconnectedProxyHandler ( ) : void
Résultat void

DisplayTextProxyHandler() public méthode

public DisplayTextProxyHandler ( DisplayTextEventArgs args ) : void
args FFXIVAPP.Hooker.Events.DisplayTextEventArgs
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

RemoveOverlayProxyHandler() public méthode

public RemoveOverlayProxyHandler ( RemoveOverlayEventArgs args ) : void
args FFXIVAPP.Hooker.Events.RemoveOverlayEventArgs
Résultat void