C# 클래스 VSNDK.DebugEngine.EventDispatcher.GDBOutput

파일 보기 프로젝트 열기: blackberry/VSPlugin

공개 프로퍼티들

프로퍼티 타입 설명
_running bool

공개 메소드들

메소드 설명
GDBOutput ( EventDispatcher ed ) : System

Constructor.

processingGDBOutput ( ) : void

Thread responsible for handling asynchronous GDB output.

메소드 상세

GDBOutput() 공개 메소드

Constructor.
public GDBOutput ( EventDispatcher ed ) : System
ed EventDispatcher This object manages debug events in the engine.
리턴 System

processingGDBOutput() 공개 메소드

Thread responsible for handling asynchronous GDB output.
public processingGDBOutput ( ) : void
리턴 void

프로퍼티 상세

_running 공개적으로 프로퍼티

Boolean variable that corresponds to the event dispatcher status. When false, exit the event dispatch loop.
public bool _running
리턴 bool