C# 클래스 Mono.Debugger.Backend.SingleSteppingEngine.OperationExecuteInstruction

상속: System.Operation
파일 보기 프로젝트 열기: baulig/debugger

공개 프로퍼티들

프로퍼티 타입 설명
Instruction byte[]
UpdateIP bool

공개 메소드들

메소드 설명
OperationExecuteInstruction ( SingleSteppingEngine sse, byte insn, bool update_ip ) : System

보호된 메소드들

메소드 설명
DoExecute ( ) : void
DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult

메소드 상세

DoExecute() 보호된 메소드

protected DoExecute ( ) : void
리턴 void

DoProcessEvent() 보호된 메소드

protected DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult
cevent Inferior
args TargetEventArgs
리턴 EventResult

OperationExecuteInstruction() 공개 메소드

public OperationExecuteInstruction ( SingleSteppingEngine sse, byte insn, bool update_ip ) : System
sse SingleSteppingEngine
insn byte
update_ip bool
리턴 System

프로퍼티 상세

Instruction 공개적으로 프로퍼티

public byte[] Instruction
리턴 byte[]

UpdateIP 공개적으로 프로퍼티

public bool UpdateIP
리턴 bool