C# Class Mono.Debugger.RuntimeInvokeResult

Inheritance: ThreadCommandResult
Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
ExceptionMessage string
ID long
InvocationAborted bool
InvocationCompleted bool
ReturnObject Mono.Debugger.Languages.TargetObject
TargetException TargetException

Public Methods

Method Description
Abort ( ) : void

Private Methods

Method Description
Completed ( SingleSteppingEngine sse, TargetEventArgs args ) : void
RuntimeInvokeResult ( Thread thread ) : System

Method Details

Abort() public method

public Abort ( ) : void
return void

Property Details

ExceptionMessage public property

public string ExceptionMessage
return string

ID public property

public long ID
return long

InvocationAborted public property

public bool InvocationAborted
return bool

InvocationCompleted public property

public bool InvocationCompleted
return bool

ReturnObject public property

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

TargetException public property

public TargetException TargetException
return TargetException