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

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

공개 메소드들

메소드 설명
ProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult

보호된 메소드들

메소드 설명
CallbackCompleted ( long data1, long data2, TargetEventArgs &args ) : EventResult
InterruptibleOperation ( SingleSteppingEngine sse, CommandResult result ) : System
SetupCallback ( long id ) : void

메소드 상세

CallbackCompleted() 보호된 추상적인 메소드

protected abstract CallbackCompleted ( long data1, long data2, TargetEventArgs &args ) : EventResult
data1 long
data2 long
args TargetEventArgs
리턴 EventResult

InterruptibleOperation() 보호된 메소드

protected InterruptibleOperation ( SingleSteppingEngine sse, CommandResult result ) : System
sse SingleSteppingEngine
result CommandResult
리턴 System

ProcessEvent() 공개 메소드

public ProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult
cevent Inferior
args TargetEventArgs
리턴 EventResult

SetupCallback() 보호된 메소드

protected SetupCallback ( long id ) : void
id long
리턴 void