C# 클래스 Emul8.Peripherals.CPU.TranslationCPU.HookDescriptor

파일 보기 프로젝트 열기: emul8/emul8

공개 메소드들

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

메소드 상세

Activate() 공개 메소드

Activates the hook by installing it in tlib.
public Activate ( ) : void
리턴 void

AddCallback() 공개 메소드

public AddCallback ( Action action ) : void
action Action
리턴 void

Deactivate() 공개 메소드

Deactivates the hook by removing it from tlib.
public Deactivate ( ) : void
리턴 void

ExecuteCallbacks() 공개 메소드

public ExecuteCallbacks ( ) : void
리턴 void

HookDescriptor() 공개 메소드

public HookDescriptor ( TranslationCPU cpu, uint address ) : System
cpu TranslationCPU
address uint
리턴 System

RemoveCallback() 공개 메소드

public RemoveCallback ( Action action ) : bool
action Action
리턴 bool