C# Class Mono.Debugger.Backend.SingleSteppingEngine.OperationDelegateInvoke

Inheritance: OperationStepBase
显示文件 Open project: baulig/debugger

Public Methods

Method Description
OperationDelegateInvoke ( SingleSteppingEngine sse ) : System

Protected Methods

Method Description
DoExecute ( ) : void
DoProcessEvent ( ) : bool
TrampolineHandler ( Method method ) : bool

Method Details

DoExecute() protected method

protected DoExecute ( ) : void
return void

DoProcessEvent() protected method

protected DoProcessEvent ( ) : bool
return bool

OperationDelegateInvoke() public method

public OperationDelegateInvoke ( SingleSteppingEngine sse ) : System
sse SingleSteppingEngine
return System

TrampolineHandler() protected method

protected TrampolineHandler ( Method method ) : bool
method Method
return bool