C# 클래스 Mono.Debugger.Frontend.ExpressionParser.AsyncResult

상속: Mono.Debugger.ExpressionEvaluator.AsyncResult, IInterruptionHandler
파일 보기 프로젝트 열기: baulig/debugger

공개 프로퍼티들

프로퍼티 타입 설명
AbortHandle System.Threading.ManualResetEvent
Expression Expression
WaitHandle System.Threading.ManualResetEvent

Private Properties

프로퍼티 타입 설명
IInterruptionHandler bool

공개 메소드들

메소드 설명
Abort ( ) : void
AsyncResult ( Expression expr ) : System

비공개 메소드들

메소드 설명
IInterruptionHandler ( ) : bool

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

AsyncResult() 공개 메소드

public AsyncResult ( Expression expr ) : System
expr Expression
리턴 System

프로퍼티 상세

AbortHandle 공개적으로 프로퍼티

public ManualResetEvent,System.Threading AbortHandle
리턴 System.Threading.ManualResetEvent

Expression 공개적으로 프로퍼티

public Expression,Mono.Debugger.Frontend Expression
리턴 Expression

WaitHandle 공개적으로 프로퍼티

public ManualResetEvent,System.Threading WaitHandle
리턴 System.Threading.ManualResetEvent