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

Inheritance: Mono.Debugger.ExpressionEvaluator.AsyncResult, IInterruptionHandler
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Свойство Type Description
AbortHandle System.Threading.ManualResetEvent
Expression Expression
WaitHandle System.Threading.ManualResetEvent

Private Properties

Свойство Type Description
IInterruptionHandler bool

Méthodes publiques

Méthode Description
Abort ( ) : void
AsyncResult ( Expression expr ) : System

Private Methods

Méthode Description
IInterruptionHandler ( ) : bool

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

AsyncResult() public méthode

public AsyncResult ( Expression expr ) : System
expr Expression
Résultat System

Property Details

AbortHandle public_oe property

public ManualResetEvent,System.Threading AbortHandle
Résultat System.Threading.ManualResetEvent

Expression public_oe property

public Expression,Mono.Debugger.Frontend Expression
Résultat Expression

WaitHandle public_oe property

public ManualResetEvent,System.Threading WaitHandle
Résultat System.Threading.ManualResetEvent