C# 클래스 Mono.Debugger.Backend.SingleSteppingEngine.OperationRuntimeInvoke.OperationRuntimeInvokeHelper

상속: OperationCallback
파일 보기 프로젝트 열기: baulig/debugger

공개 프로퍼티들

프로퍼티 타입 설명
RTI OperationRuntimeInvoke

공개 메소드들

메소드 설명
CompletedRTI ( ) : void
HandleException ( TargetAddress stack, TargetAddress exc ) : bool
OperationRuntimeInvokeHelper ( SingleSteppingEngine sse, OperationRuntimeInvoke rti ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
do_execute ( ) : void
get_method_address ( ) : bool
get_virtual_method ( ) : bool

메소드 상세

CallbackCompleted() 보호된 메소드

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

CompletedRTI() 공개 메소드

public CompletedRTI ( ) : void
리턴 void

DoExecute() 보호된 메소드

protected DoExecute ( ) : void
리턴 void

DoProcessEvent() 보호된 메소드

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

HandleException() 공개 메소드

public HandleException ( TargetAddress stack, TargetAddress exc ) : bool
stack TargetAddress
exc TargetAddress
리턴 bool

OperationRuntimeInvokeHelper() 공개 메소드

public OperationRuntimeInvokeHelper ( SingleSteppingEngine sse, OperationRuntimeInvoke rti ) : System
sse SingleSteppingEngine
rti OperationRuntimeInvoke
리턴 System

프로퍼티 상세

RTI 공개적으로 프로퍼티

public OperationRuntimeInvoke RTI
리턴 OperationRuntimeInvoke