C# Class Emul8.Peripherals.CPU.TranslationCPU.HookDescriptor

Afficher le fichier Open project: emul8/emul8

Méthodes publiques

Méthode Description
Activate ( ) : void

Activates the hook by installing it in tlib.

AddCallback ( Action action ) : void
Deactivate ( ) : void

Deactivates the hook by removing it from tlib.

ExecuteCallbacks ( ) : void
HookDescriptor ( TranslationCPU cpu, uint address ) : System
RemoveCallback ( Action action ) : bool

Method Details

Activate() public méthode

Activates the hook by installing it in tlib.
public Activate ( ) : void
Résultat void

AddCallback() public méthode

public AddCallback ( Action action ) : void
action Action
Résultat void

Deactivate() public méthode

Deactivates the hook by removing it from tlib.
public Deactivate ( ) : void
Résultat void

ExecuteCallbacks() public méthode

public ExecuteCallbacks ( ) : void
Résultat void

HookDescriptor() public méthode

public HookDescriptor ( TranslationCPU cpu, uint address ) : System
cpu TranslationCPU
address uint
Résultat System

RemoveCallback() public méthode

public RemoveCallback ( Action action ) : bool
action Action
Résultat bool