C# Класс VSNDK.DebugEngine.HandleBreakpoints

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.).

Описание методов

HandleBreakpoints() публичный Метод

Constructor.
public HandleBreakpoints ( EventDispatcher ed ) : System
ed EventDispatcher This object manages debug events in the engine.
Результат System

handle() публичный Метод

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.
Результат void