C# Class Mono.Debugger.RuntimeInvokeResult

Inheritance: ThreadCommandResult
Mostrar archivo 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_oe property

public string ExceptionMessage
return string

ID public_oe property

public long ID
return long

InvocationAborted public_oe property

public bool InvocationAborted
return bool

InvocationCompleted public_oe property

public bool InvocationCompleted
return bool

ReturnObject public_oe property

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

TargetException public_oe property

public TargetException TargetException
return TargetException