C# Class VSNDK.DebugEngine.EventDispatcher.GDBOutput

Afficher le fichier Open project: blackberry/VSPlugin

Méthodes publiques

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

Méthodes publiques

Méthode Description
GDBOutput ( EventDispatcher ed ) : System

Constructor.

processingGDBOutput ( ) : void

Thread responsible for handling asynchronous GDB output.

Method Details

GDBOutput() public méthode

Constructor.
public GDBOutput ( EventDispatcher ed ) : System
ed EventDispatcher This object manages debug events in the engine.
Résultat System

processingGDBOutput() public méthode

Thread responsible for handling asynchronous GDB output.
public processingGDBOutput ( ) : void
Résultat void

Property Details

_running public_oe property

Boolean variable that corresponds to the event dispatcher status. When false, exit the event dispatch loop.
public bool _running
Résultat bool