C# Class VSNDK.DebugEngine.HandleOutputs

This class manages events related to output messages.
Afficher le fichier Open project: blackberry/VSPlugin Class Usage Examples

Méthodes publiques

Méthode Description
HandleOutputs ( EventDispatcher ed ) : System

Constructor.

handle ( string ev ) : void

This method manages events related to output messages by classifying each of them by sub-type.

Method Details

HandleOutputs() public méthode

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

handle() public méthode

This method manages events related to output messages by classifying each of them by sub-type.
public handle ( string ev ) : void
ev string String that contains the event description.
Résultat void