C# Class Mono.Debugger.Frontend.ExpressionParser.AsyncResult

Inheritance: Mono.Debugger.ExpressionEvaluator.AsyncResult, IInterruptionHandler
Show file Open project: baulig/debugger

Public Properties

Property Type Description
AbortHandle System.Threading.ManualResetEvent
Expression Expression
WaitHandle System.Threading.ManualResetEvent

Private Properties

Property Type Description
IInterruptionHandler bool

Public Methods

Method Description
Abort ( ) : void
AsyncResult ( Expression expr ) : System

Private Methods

Method Description
IInterruptionHandler ( ) : bool

Method Details

Abort() public method

public Abort ( ) : void
return void

AsyncResult() public method

public AsyncResult ( Expression expr ) : System
expr Expression
return System

Property Details

AbortHandle public property

public ManualResetEvent,System.Threading AbortHandle
return System.Threading.ManualResetEvent

Expression public property

public Expression,Mono.Debugger.Frontend Expression
return Expression

WaitHandle public property

public ManualResetEvent,System.Threading WaitHandle
return System.Threading.ManualResetEvent