C# Class VSNDK.DebugEngine.HandleOutputs

This class manages events related to output messages.
Show file Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method 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 method

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

handle() public method

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.
return void