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

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

공개 프로퍼티들

프로퍼티 타입 설명
Handle FunctionBreakpointHandle

공개 메소드들

메소드 설명
OperationInsertBreakpoint ( SingleSteppingEngine sse, FunctionBreakpointHandle handle ) : System

보호된 메소드들

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

메소드 상세

CallbackCompleted() 보호된 메소드

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

DoExecute() 보호된 메소드

protected DoExecute ( ) : void
리턴 void

OperationInsertBreakpoint() 공개 메소드

public OperationInsertBreakpoint ( SingleSteppingEngine sse, FunctionBreakpointHandle handle ) : System
sse SingleSteppingEngine
handle FunctionBreakpointHandle
리턴 System

프로퍼티 상세

Handle 공개적으로 프로퍼티

public FunctionBreakpointHandle Handle
리턴 FunctionBreakpointHandle