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

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

Public Properties

Property Type Description
Argument1 long
Argument2 long
Argument3 long
Method TargetAddress
ObjectArgument Mono.Debugger.Languages.TargetObject
StringArgument string
Type CallMethodType

Public Methods

Method Description
OperationCallMethod ( SingleSteppingEngine sse, TargetAddress method, TargetAddress method_arg, TargetObject object_arg ) : System
OperationCallMethod ( SingleSteppingEngine sse, TargetAddress method, long arg1, long arg2 ) : System
OperationCallMethod ( SingleSteppingEngine sse, TargetAddress method, long arg1, long arg2, long arg3, string sarg ) : System

Protected Methods

Method Description
CallbackCompleted ( long data1, long data2, TargetEventArgs &args ) : EventResult
DoExecute ( ) : void
DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult

Method Details

CallbackCompleted() protected method

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

DoExecute() protected method

protected DoExecute ( ) : void
return void

DoProcessEvent() protected method

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

OperationCallMethod() public method

public OperationCallMethod ( SingleSteppingEngine sse, TargetAddress method, TargetAddress method_arg, TargetObject object_arg ) : System
sse SingleSteppingEngine
method TargetAddress
method_arg TargetAddress
object_arg Mono.Debugger.Languages.TargetObject
return System

OperationCallMethod() public method

public OperationCallMethod ( SingleSteppingEngine sse, TargetAddress method, long arg1, long arg2 ) : System
sse SingleSteppingEngine
method TargetAddress
arg1 long
arg2 long
return System

OperationCallMethod() public method

public OperationCallMethod ( SingleSteppingEngine sse, TargetAddress method, long arg1, long arg2, long arg3, string sarg ) : System
sse SingleSteppingEngine
method TargetAddress
arg1 long
arg2 long
arg3 long
sarg string
return System

Property Details

Argument1 public_oe property

public long Argument1
return long

Argument2 public_oe property

public long Argument2
return long

Argument3 public_oe property

public long Argument3
return long

Method public_oe property

public TargetAddress Method
return TargetAddress

ObjectArgument public_oe property

public TargetObject,Mono.Debugger.Languages ObjectArgument
return Mono.Debugger.Languages.TargetObject

StringArgument public_oe property

public string StringArgument
return string

Type public_oe property

public CallMethodType Type
return CallMethodType