C# Class VSNDK.DebugEngine.HandleBreakpoints

Afficher le fichier Open project: blackberry/VSPlugin Class Usage Examples

Méthodes publiques

Méthode Description
HandleBreakpoints ( EventDispatcher ed ) : System

Constructor.

handle ( string ev ) : void

This method manages breakpoints events by classifying each of them by sub-type (e.g. breakpoint inserted, modified, etc.).

Method Details

HandleBreakpoints() public méthode

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

handle() public méthode

This method manages breakpoints events by classifying each of them by sub-type (e.g. breakpoint inserted, modified, etc.).
public handle ( string ev ) : void
ev string String that contains the event description.
Résultat void